mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add --debug-transforms flag
This commit is contained in:
parent
adb5d4ade3
commit
533f75ea71
4 changed files with 39 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue