claude.nagdy.me

Auto-accept CLI prompts

Use the --yes / -y flag to skip confirmation prompts in non-interactive scripts.

bash
# Install a plugin without confirmation
claude plugin install pr-review --yes

# Purge project data without prompting
claude project purge -y
View Full Module