zut.commands.exec_command
- zut.commands.exec_command(handle: ArgumentParser | Callable | dict[str, Any], args: dict | list[str] | None = None, *, default: str | None = None, context_builder: Callable[[dict[str, Any], list[str]], AbstractContextManager | Iterable[AbstractContextManager] | None] | None = None, additional_args_builders: dict[str, Callable[[], Any] | Callable[[dict[str, Any]], Any]] | None = None)
context_builder: (args: dict, handle_parameters: list[str]) -> context manager, list of context managers or None