mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
1b63631eb9
Rich's Confirm.ask rejects lowercase "y" in certain terminal conditions despite documenting [y/n] as valid input. Replace all Confirm.ask calls with typer.confirm() which uses Click's battle-tested confirm under the hood and handles case-insensitive input reliably. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>