Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 592 Bytes

File metadata and controls

35 lines (22 loc) · 592 Bytes

collect

Collect tasks and report information about them.

Usage

pytask collect [OPTIONS] [PATHS]

Examples

# Show collected tasks.
pytask collect

# Also show dependencies and products.
pytask collect --nodes

# Select collected tasks by marker expression.
pytask collect -m "not slow"

Arguments

--8<-- "docs/source/_static/md/commands/collect-arguments.md"

Options

--8<-- "docs/source/_static/md/commands/collect-options.md"

Related