mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add -C as alias for --crawler
This commit is contained in:
parent
37f8d84a9c
commit
bbf9f8f130
@ -88,7 +88,7 @@ PARSER.add_argument(
|
|||||||
" Uses default config file path if no path is specified"
|
" Uses default config file path if no path is specified"
|
||||||
)
|
)
|
||||||
PARSER.add_argument(
|
PARSER.add_argument(
|
||||||
"--crawler",
|
"--crawler", "-C",
|
||||||
action="append",
|
action="append",
|
||||||
type=str,
|
type=str,
|
||||||
metavar="NAME",
|
metavar="NAME",
|
||||||
|
Loading…
Reference in New Issue
Block a user