mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add --skip option
This commit is contained in:
parent
75fde870c2
commit
80eeb8fe97
3 changed files with 28 additions and 6 deletions
|
|
@ -181,6 +181,14 @@ PARSER.add_argument(
|
|||
help="only execute a single crawler."
|
||||
" Can be specified multiple times to execute multiple crawlers"
|
||||
)
|
||||
PARSER.add_argument(
|
||||
"--skip", "-S",
|
||||
action="append",
|
||||
type=str,
|
||||
metavar="NAME",
|
||||
help="don't execute this particular crawler."
|
||||
" Can be specified multiple times to skip multiple crawlers"
|
||||
)
|
||||
PARSER.add_argument(
|
||||
"--working-dir",
|
||||
type=Path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue