adsabs / AdsDataSqlSync

For non-bibliographic ADS data
GNU General Public License v3.0
1 stars 6 forks source link

Consider using argparse subcommands #43

Open marblestation opened 7 years ago

marblestation commented 7 years ago

The argument parser in run.py has subcommands, it would be convenient to make use of argparse subcommands features. This way flags may be associated easily to their corresponding subcommands.