openaps.cli package¶
Submodules¶
openaps.cli.commandmapapp module¶
-
class
openaps.cli.commandmapapp.CommandMapApp(parent)¶ Bases:
object-
class
Subcommand(method=None, parent=None)¶ Bases:
object-
configure_parser(parser)¶
-
configure_subparser(subparser)¶
-
formatter_class¶ alias of
RawDescriptionHelpFormatter
-
get_description()¶
-
get_epilog()¶
-
get_help()¶
-
setup_application()¶ Allows us to use method, injected as dependency earlier to set up argparser before autocompletion/running the app.
-
-
CommandMapApp.commands= {}¶
-
CommandMapApp.configure_commands(parser)¶
-
CommandMapApp.get(name)¶
-
CommandMapApp.get_commands()¶
-
CommandMapApp.get_description()¶
-
CommandMapApp.get_dest()¶
-
CommandMapApp.get_help()¶
-
CommandMapApp.get_metavar()¶
-
CommandMapApp.get_title()¶
-
CommandMapApp.makeSubcommand(ctx)¶
-
CommandMapApp.metavar= None¶
-
CommandMapApp.selected(args)¶
-
class
openaps.cli.helpers module¶
-
openaps.cli.helpers.format_ini(report)¶
-
openaps.cli.helpers.format_json(report)¶
-
openaps.cli.helpers.format_url(report)¶
-
openaps.cli.helpers.install_show_arguments(parser)¶
openaps.cli.subcommand module¶
-
class
openaps.cli.subcommand.Subcommand(method=None, parent=None)¶ Bases:
object-
configure_parser(parser)¶
-
configure_subparser(subparser)¶
-
formatter_class¶ alias of
RawDescriptionHelpFormatter
-
get_description()¶
-
get_epilog()¶
-
get_help()¶
-
setup_application()¶ Allows us to use method, injected as dependency earlier to set up argparser before autocompletion/running the app.
-