Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 580 Bytes

File metadata and controls

35 lines (22 loc) · 580 Bytes

clean

Clean provided paths by removing files unknown to pytask.

Usage

pytask clean [OPTIONS] [PATHS]

Examples

# Dry-run cleanup.
pytask clean

# Remove unknown files immediately.
pytask clean --mode force

# Exclude a path pattern.
pytask clean --exclude obsolete_folder

Arguments

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

Options

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

Related