zenhack / iron-blogger2

GNU General Public License v3.0
3 stars 3 forks source link

Command line tool should be more robust #52

Closed zenhack closed 8 years ago

zenhack commented 8 years ago

Right now it throws an exception on basically any incorrect invocation, which is not very helpful for casual users. We should re-do the argument parsing, probably just using the argparse module.