simdb.cli.commands.alias module¶
-
class simdb.cli.commands.alias.AliasCommand(name: str | None, context_settings: MutableMapping[str, Any] | None =
None, callback: Callable[[...], Any] | None =None, params: list[Parameter] | None =None, help: str | None =None, epilog: str | None =None, short_help: str | None =None, options_metavar: str | None ='[OPTIONS]', add_help_option: bool =True, no_args_is_help: bool =False, hidden: bool =False, deprecated: bool =False)[source]¶ Bases:
Command
-
class simdb.cli.commands.alias.AliasGroup(name: str | None =
None, commands: MutableMapping[str, Command] | Sequence[Command] | None =None, **attrs: Any)[source]¶ Bases:
Group