Add help cli

This commit is contained in:
Jake Howard 2017-03-31 17:52:30 +01:00
parent ccd2f2725c
commit a03552bdf3

View File

@ -5,4 +5,5 @@ def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument("-v", "--verbose", help="Display verbose output", action="store_true")
parser.add_argument("--update-csl", help="Update CSL files", action="store_true")
parser.add_help = True
return parser.parse_args()