1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 05:11:40 +02:00

change list style

This commit is contained in:
Nick Sweeting
2021-03-31 00:47:42 -04:00
committed by GitHub
parent 60bd9a902e
commit 2656e59215

View File

@@ -79,7 +79,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
type=str,
help="Parser used to read inputted URLs.",
default="auto",
choices=["auto"] + list(PARSERS.keys())
choices=["auto", *PARSERS.keys()],
)
command = parser.parse_args(args or ())
urls = command.urls