magpie.cli

Package Contents

Functions

magpie_helper_cli(args=None)

Groups all sub-helper CLI listed in magpie.cli as a common magpie_helper.

magpie.cli.__version__ = 2.0.1[source]
magpie.cli.magpie_helper_cli(args=None)[source]

Groups all sub-helper CLI listed in magpie.cli as a common magpie_helper.

Dispatches the provided arguments to the appropriate sub-helper CLI as requested. Each sub-helper CLI must implement functions make_parser and main to generate the arguments and dispatch them to the corresponding caller.