mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
wb-manager cli, fix for no arguments (#280)
This commit is contained in:
parent
a7d9494363
commit
c9cea9fc4f
@ -333,6 +333,7 @@ Create manage file based web archive collections
|
||||
formatter_class=RawTextHelpFormatter)
|
||||
|
||||
subparsers = parser.add_subparsers(dest='type')
|
||||
subparsers.required = True
|
||||
|
||||
# Init Coll
|
||||
def do_init(r):
|
||||
|
Loading…
x
Reference in New Issue
Block a user