Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 3.88 KB

File metadata and controls

15 lines (15 loc) · 3.88 KB
Option Default Description
-c, --config FILE - Path to configuration file.
-d, --directories false Remove whole directories.
--database-url TEXT - Url to the database.
-e, --exclude PATTERN - A filename pattern to exclude files from the cleaning process.
--editor-url-scheme TEXT file Use file, vscode, pycharm or a custom url scheme to add URLs to task ids to quickly jump to the task definition. Use no_link to disable URLs.
--hook-module TEXT - Path to a Python module that contains hook implementations.
--ignore TEXT - A pattern to ignore files or directories. Refer to 'pathlib.Path.match' for more info.
-k EXPRESSION - Select tasks via expressions on task ids.
-m MARKER_EXPRESSION - Select tasks via marker expressions.
--mode [dry-run|force|interactive] dry-run Choose 'dry-run' to print the paths of files/directories which would be removed, 'interactive' for a confirmation prompt for every path, and 'force' to remove all unknown paths at once.
-q, --quiet false Do not print the names of the removed paths.
--strict-markers false Raise errors for unknown markers.
-h, --help - Show this message and exit.