unitedstates / inspectors-general

Collecting reports from Inspectors General across the US federal government.
https://sunlightfoundation.com/blog/2014/11/07/opengov-voices-opening-up-government-reports-through-teamwork-and-open-data/
Creative Commons Zero v1.0 Universal
106 stars 21 forks source link

Fail early if a command line arg isn't recognized #263

Closed divergentdave closed 8 years ago

konklone commented 8 years ago

Yeah, this is probably a signal that it'd be better to use a proper option parsing library (though I kind of hate all the main Python ones) -- but this totally works, thanks!