Интерфейс командной строки (cli)

carnival.cli.except_hook(type: Type[Any], value: Any, traceback: Any) → None
carnival.cli.is_completion_script(complete_var: str) → bool
carnival.cli.main() → int
>>> $ poetry run python -m carnival --help
>>> Usage: python -m carnival [OPTIONS] {help|test}...
>>> Options:
>>> --debug        Turn on debug mode
>>> --no_validate  Disable step validation
>>> --help         Show this message and exit.