Collect tasks and report information about them.
pytask collect [OPTIONS] [PATHS]# Show collected tasks.
pytask collect
# Also show dependencies and products.
pytask collect --nodes
# Select collected tasks by marker expression.
pytask collect -m "not slow"--8<-- "docs/source/_static/md/commands/collect-arguments.md"
--8<-- "docs/source/_static/md/commands/collect-options.md"