|
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 | +| `-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]` | `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. | |
| 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. | |
0 commit comments