iqm.iqm_client.cli.cli.IQMClientCliCommand#
- class iqm.iqm_client.cli.cli.IQMClientCliCommand(name: str | None = None, commands: MutableMapping[str, Command] | Sequence[Command] | None = None, **attrs: Any)#
Bases:
Group
A custom click command group class to wrap global constants.
Attributes
default_config_path
default_tokens_path
commands
The registered subcommands by their exported names.
callback
the callback to execute when the command fires.
params
the list of parameters for this command in the order they should show up in the help page and execute.
name
the name the command thinks it has.
context_settings
an optional dictionary with defaults passed to the context.
Methods
- Parameters:
name (str | None) –
commands (MutableMapping[str, Command] | Sequence[Command] | None) –
attrs (Any) –