[FEATURE] Consistent numbering of yes/no answers
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
On multi-file operations, I will be prompted multiple times for yes/no answers. The problem is that half of them are of the form 1) Yes, 2) No, and half are 1) Yes, 2) Yes and stop asking, 3) No. When a run of three-choice questions comes along followed by a two-choice combo-breaker, I can accidentally respond "No" to something I meant to say "Yes" to simply because the meaning of "2" keeps changing.
Proposed Solution
Renumber the choices to be
0) No
1) Yes
2) Yes, and stop asking
This way, 0 is consistently "No", 1 is consistently "Yes", and if you mess up and miss a potential "2" answer, the worst that can happen is you have to answer that question again the next time it rolls around.
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
Interactive mode (TUI)
Use Case Example
_No response_
Additional Context
_No response_
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗