pib_cli.cli.commands.customized

CustomizedCommand class.

class CustomizedCommand(command_configuration: CommandSelectorBase, overload: Tuple[str, ...])[source]

CLI command to execute a configuration defined command.

Parameters
  • command_configuration – The configured command’s Python representation.

  • overload – Additional parameters passed to the CLI interface.

invoke() None[source]

Invoke the command.