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, invoke_without_command: bool = False, no_args_is_help: bool | None = None, subcommand_metavar: str | None = None, chain: bool = False, result_callback: Callable[[...], Any] | None = None, **kwargs: Any)#
Bases:
GroupA custom click command group class to wrap global constants.
Attributes
default_config_pathdefault_tokens_pathcommandsThe registered subcommands by their exported names.
namethe name the command thinks it has.
context_settingsan optional dictionary with defaults passed to the context.
callbackthe callback to execute when the command fires.
paramsthe list of parameters for this command in the order they should show up in the help page and execute.
Methods