simdb.cli.simdb module

class simdb.cli.simdb.AliasCommandGroup(name, **kwargs)[source]

Bases: Group

add_command(cmd, name=None, aliases=None)[source]

Registers another Command with this group. If the name is not provided, the name of the command is used.

get_command(ctx, cmd_name)[source]

Given a context and a command name, this returns a Command object if it exists or returns None.

list_commands(ctx)[source]

Returns a list of subcommand names in the order they should appear.

simdb.cli.simdb.add_commands()[source]
simdb.cli.simdb.main() None[source]

Main CLI entry function

Returns:

None

simdb.cli.simdb.recursive_help(cmd, parent=None)[source]