mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Add -C as alias for --crawler
This commit is contained in:
parent
37f8d84a9c
commit
bbf9f8f130
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue