Add -C as alias for --crawler

This commit is contained in:
Joscha 2021-05-23 19:05:56 +02:00
parent 37f8d84a9c
commit bbf9f8f130

View File

@ -88,7 +88,7 @@ PARSER.add_argument(
" Uses default config file path if no path is specified"
)
PARSER.add_argument(
"--crawler",
"--crawler", "-C",
action="append",
type=str,
metavar="NAME",