bokulich-lab / mishmash

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Incorporate subparsers into CLI interface #7

Closed lina-kim closed 3 months ago

lina-kim commented 3 months ago

The package currently has two commands (get_metadata and pdf_analysis) which are invoked as positional arguments to argparse rather than as subcommands. As the two commands take different sets of arguments and perform different functions, it would be helpful to add subparsers.

Contributes to #3 by allowing two separate, specific help commands.