CADWRDeltaModeling / dms_datastore

Data download and management tools for continuous data for Pandas. See documentation https://cadwrdeltamodeling.github.io/dms_datastore/
https://cadwrdeltamodeling.github.io/dms_datastore/
MIT License
1 stars 0 forks source link

create a command containing all the current commands as sub commands #7

Closed dwr-psandhu closed 10 months ago

dwr-psandhu commented 11 months ago

Description

The command names like reformat, inventory are very generic. I recommend creating a command container named dms-datastore which will allow these commands to be nested under that

So instead of reformat .. it would be dms-datastore reformat ..

dms-datastore -h will produce a listing of available commands

dwr-psandhu commented 10 months ago

Not easy to do with argparse and don't want to add click dependency. This is a minor usability issue, so letting go of it.