1
0
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:
raffaele messuti 2018-01-16 16:08:25 +00:00 committed by Ilya Kreymer
parent a7d9494363
commit c9cea9fc4f

View File

@ -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):