Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 578 Bytes

File metadata and controls

30 lines (24 loc) · 578 Bytes

CLI Imports

This page documents the public CLI-related imports from pytask.

For command usage and options, see the CLI reference.

Command Line Entry Point

::: pytask.cli options: show_root_heading: true show_signature: true

CLI Types

::: pytask.ColoredCommand options: filters: - "!^[^_]." - "!^__.__$" ::: pytask.ColoredGroup options: filters: - "!^[^_]." - "!^__.$" ::: pytask.EnumChoice options: filters: - "!^_[^_].*" - "!^.*__$"