twisted / towncrier

Manage the release notes for your project.
https://towncrier.readthedocs.io
MIT License
777 stars 121 forks source link

Rename --yes #151

Open energizah opened 5 years ago

energizah commented 5 years ago

Options named --yes make me nervous because I don't always know what I'm agreeing to or if that'll change in the future. It's like the cli version of except: pass. A more specific and descriptive option name like --remove-fragments, -r, would help.

drunkwcodes commented 5 years ago

@energizerhub -r will be only familiar to you.

Avasam commented 2 months ago

+1 to something more explicit like --remove-fragments. I don't personally care about a shorthand since for me that's part of scripts and my history-based shell autocomplete will suggest the full command as soon as I get to --r, but I get wanting a shorthand for manual runs. Or at least a shorter param (like --clean or --remove, to oppose --keep)

adiroiban commented 2 months ago

Thanks for your feedback.

If you have time, consider creating a pull request with a suggestion on how to fix this issues.

As long as it doesn't breaks backward compatibility, it has good documentation and automated tests, we can have the PR reviewed and merged.

Thanks again!