You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Make -y the short flag for --non-interactive
-y differed from --non-interactive only by prompting instead of failing
when something was missing, which is not worth a separate flag. Collapse
them: -y is now simply the short flag for --non-interactive, and its
--yes long form is dropped.
This leaves -n unused so it can become --dry-run.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TxQCkfVypobQVA7DpF4jvx
0 commit comments