Add --debug-transforms flag

This commit is contained in:
Joscha
2021-05-26 11:37:32 +02:00
parent adb5d4ade3
commit 533f75ea71
4 changed files with 39 additions and 3 deletions

View File

@ -164,6 +164,11 @@ PARSER.add_argument(
help="dump current configuration to a file and exit."
" Use '-' as path to print to stdout instead"
)
PARSER.add_argument(
"--debug-transforms",
action="store_true",
help="apply transform rules to files of previous run"
)
PARSER.add_argument(
"--crawler", "-C",
action="append",