RagnarGrootKoerkamp / BAPCtools

Tools for developing ICPC-style programming contest problems.
GNU General Public License v3.0
49 stars 22 forks source link

rename `--skip-{visualizer,solution}` and `--ignore-validators` to `--no-*` #311

Closed RagnarGrootKoerkamp closed 1 year ago

RagnarGrootKoerkamp commented 1 year ago

The naming is inconsistent now, making it hard to find flags in the autocomplete/help text, because you have to look in multiple places and --no-* is more commonly used for this. (At least --ignore-validators i always look over.)