plainbox.impl.box – command line interface

Warning

THIS MODULE DOES NOT HAVE STABLE PUBLIC API

class plainbox.impl.box.PlainBoxTool[source]

Command line interface to PlainBox

add_subcommands(subparsers)[source]

Add top-level subcommands to the argument parser.

This can be overriden by subclasses to use a different set of top-level subcommands.

classmethod get_config_cls()[source]

Get the Config class that is used by this implementation.

This can be overriden by subclasses to use a different config class that is suitable for the particular application.

classmethod get_exec_name()[source]

Get the name of this executable

classmethod get_exec_version()[source]

Get the version reported by this executable

plainbox.impl.box.main(argv=None)[source]

Previous topic

plainbox.impl.applogic – application logic

Next topic

plainbox.impl.color – ANSI color codes

This Page