travisbrown / cancel-culture

Tools for fighting abuse on Twitter
Mozilla Public License 2.0
414 stars 28 forks source link

Clean up Clap usage #9

Open travisbrown opened 3 years ago

travisbrown commented 3 years ago

The Clap command-line argument definitions are currently a mess, with I think two primary problems:

  1. I just copy-pasted stuff like version = crate_version!() all over the place without understanding where it was needed.
  2. There's a lot of duplication across the applications in src/bin.