Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 576 Bytes

File metadata and controls

31 lines (25 loc) · 576 Bytes

CLI Imports

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

For command usage and options, see the command 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: - "!^_[^_].*" - "!^.*__$"