|
1 | | -| Option | Default | Description | |
2 | | -| -------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------- | |
3 | | -| `-c, --config FILE` | - | Path to configuration file. | |
4 | | -| `-d, --directories` | `false` | Remove whole directories. | |
5 | | -| `--database-url TEXT` | - | Url to the database. | |
6 | | -| `-e, --exclude PATTERN` | - | A filename pattern to exclude files from the cleaning process. | |
7 | | -| `--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. | |
8 | | -| `--hook-module TEXT` | - | Path to a Python module that contains hook implementations. | |
9 | | -| `--ignore TEXT` | - | A pattern to ignore files or directories. Refer to 'pathlib.Path.match' for more info. | |
10 | | -| `-k EXPRESSION` | - | Select tasks via expressions on task ids. | |
11 | | -| `-m MARKER_EXPRESSION` | - | Select tasks via marker expressions. | |
12 | | -| \`--mode \[dry-run | force | interactive\]\` | |
13 | | -| `-q, --quiet` | `false` | Do not print the names of the removed paths. | |
14 | | -| `--strict-markers` | `false` | Raise errors for unknown markers. | |
15 | | -| `-h, --help` | - | Show this message and exit. | |
| 1 | +| Option | Default | Description | |
| 2 | +| ------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 3 | +| <code>-c, --config FILE</code> | - | Path to configuration file. | |
| 4 | +| <code>-d, --directories</code> | <code>false</code> | Remove whole directories. | |
| 5 | +| <code>--database-url TEXT</code> | - | Url to the database. | |
| 6 | +| <code>-e, --exclude PATTERN</code> | - | A filename pattern to exclude files from the cleaning process. | |
| 7 | +| <code>--editor-url-scheme TEXT</code> | <code>file</code> | 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. | |
| 8 | +| <code>--hook-module TEXT</code> | - | Path to a Python module that contains hook implementations. | |
| 9 | +| <code>--ignore TEXT</code> | - | A pattern to ignore files or directories. Refer to 'pathlib.Path.match' for more info. | |
| 10 | +| <code>-k EXPRESSION</code> | - | Select tasks via expressions on task ids. | |
| 11 | +| <code>-m MARKER_EXPRESSION</code> | - | Select tasks via marker expressions. | |
| 12 | +| <code>--mode [dry-run\|force\|interactive]</code> | <code>dry-run</code> | 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. | |
| 13 | +| <code>-q, --quiet</code> | <code>false</code> | Do not print the names of the removed paths. | |
| 14 | +| <code>--strict-markers</code> | <code>false</code> | Raise errors for unknown markers. | |
| 15 | +| `-h, --help` | - | Show this message and exit. | |
0 commit comments