conntextual.commands package#

Submodules#

conntextual.commands.all module#

A module aggregating package commands.

conntextual.commands.all.commands() List[Tuple[str, str, Callable[[ArgumentParser], Callable[[Namespace], int]]]][source]#

Get this package’s commands.

conntextual.commands.client module#

An entry-point for the ‘client’ command.

conntextual.commands.client.add_client_cmd(parser: ArgumentParser) Callable[[Namespace], int][source]#

Add client-command arguments to its parser.

conntextual.commands.client.client_cmd(args: Namespace) int[source]#

Execute the client command.

conntextual.commands.common module#

A module implementing shared argument parsing interfaces.

conntextual.commands.common.common_cli_args(parser: ArgumentParser) None[source]#

Add common command-line options.

conntextual.commands.common.runtimepy_cli_args(args: Namespace) List[str][source]#

Get base command-line arguments for a runtimepy invocation.

conntextual.commands.ui module#

An entry-point for the ‘ui’ command.

conntextual.commands.ui.add_ui_cmd(parser: ArgumentParser) Callable[[Namespace], int][source]#

Add ui-command arguments to its parser.

conntextual.commands.ui.ui_cmd(args: Namespace) int[source]#

Execute the ui command.

Module contents#