google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Centralize command line parameter definitions #38

Open alvestrand opened 9 years ago

alvestrand commented 9 years ago

The command line parameters "--codec", "--criterion" and so on are all over the place. Their definitions should be collected into a single module for consistency.

(at the moment: 62 calls to parser.add_argument, only 21 different ones.)