simdb.cli.commands.remote module

class simdb.cli.commands.remote.RemoteGroup(name: str | None = None, commands: MutableMapping[str, Command] | Sequence[Command] | None = None, **attrs: Any)[source]

Bases: Group

parse_args(ctx, args)[source]
class simdb.cli.commands.remote.RemoteSubGroup(name: str | None = None, commands: MutableMapping[str, Command] | Sequence[Command] | None = None, **attrs: Any)[source]

Bases: Group

format_usage(ctx, formatter)[source]
simdb.cli.commands.remote.is_empty(value) bool[source]
simdb.cli.commands.remote.remote_command_cls(subgroup: str = '') type[source]

Customise the RemoteCommand class to hold the name of the subgroup if provided. This is required to properly format the help string for subgroup commands.