simdb.cli.simdb module¶
- class simdb.cli.simdb.AliasCommandGroup(name, **kwargs)[source]¶
Bases:
Group- add_command(cmd, name=None, aliases=None)[source]¶
Registers another
Commandwith this group. If the name is not provided, the name of the command is used.