The diecut new command currently uses --defaults to skip interactive prompts and accept default values. This should be renamed to -y / --yes for consistency with common CLI conventions (apt, npm, gh, pip) and alignment with the extract command which will also use -y / --yes.
Changes needed
- Rename
--defaults flag to --yes with -y short form on diecut new
- Update help text
- Consider keeping
--defaults as a hidden alias for backwards compatibility
The
diecut newcommand currently uses--defaultsto skip interactive prompts and accept default values. This should be renamed to-y/--yesfor consistency with common CLI conventions (apt, npm, gh, pip) and alignment with theextractcommand which will also use-y/--yes.Changes needed
--defaultsflag to--yeswith-yshort form ondiecut new--defaultsas a hidden alias for backwards compatibility