mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
change list style
This commit is contained in:
parent
60bd9a902e
commit
2656e59215
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
|
||||||
type=str,
|
type=str,
|
||||||
help="Parser used to read inputted URLs.",
|
help="Parser used to read inputted URLs.",
|
||||||
default="auto",
|
default="auto",
|
||||||
choices=["auto"] + list(PARSERS.keys())
|
choices=["auto", *PARSERS.keys()],
|
||||||
)
|
)
|
||||||
command = parser.parse_args(args or ())
|
command = parser.parse_args(args or ())
|
||||||
urls = command.urls
|
urls = command.urls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue