nat.cli.commands.start#
Attributes#
Classes#
Functions#
|
Run a NAT workflow using a front end configuration. |
Module Contents#
- logger#
- class StartCommandGroup(
- name: str | None = None,
- invoke_without_command: bool = False,
- no_args_is_help: bool | None = None,
- subcommand_metavar: str | None = None,
- chain: bool = False,
- result_callback: collections.abc.Callable[Ellipsis, Any] | None = None,
- **attrs: Any,
Bases:
click.Group- _registered_front_ends: dict[str, nat.cli.type_registry.RegisteredFrontEndInfo]#
- _build_params(
- front_end: nat.cli.type_registry.RegisteredFrontEndInfo,