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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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