PyOpenWorm.cli_command_wrapper module¶
-
class
PyOpenWorm.cli_command_wrapper.CLIAppendAction(mapper, key, index=-1, *args, **kwargs)[source]¶
-
class
PyOpenWorm.cli_command_wrapper.CLIArgMapper[source]¶ Bases:
objectStores mappings for arguments and maps them back to the part of the object they come from
-
runners= None¶ Mapping from subcommand names to functions which run for them
-
-
class
PyOpenWorm.cli_command_wrapper.CLIStoreAction(mapper, key, index=-1, *args, **kwargs)[source]¶ Bases:
argparse.ActionInteracts with the CLIArgMapper