quasimoto.commands package#

Submodules#

quasimoto.commands.all module#

A module aggregating package commands.

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

Get this package’s commands.

quasimoto.commands.gen module#

An entry-point for the ‘gen’ command.

quasimoto.commands.gen.add_gen_cmd(parser: ArgumentParser) Callable[[Namespace], int][source]#

Add gen-command arguments to its parser.

quasimoto.commands.gen.gen_cmd(args: Namespace) int[source]#

Execute the arbiter command.

Module contents#