Интерфейс коммандной строки (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:
>>> -d, --dry_run  Simulate run
>>> --debug        Turn on debug mode
>>> --help         Show this message and exit.