Add manifest file.

This commit is contained in:
Anthony Sottile
2014-03-13 15:52:38 -07:00
parent 28857c9a74
commit af7e23aae5
2 changed files with 10 additions and 2 deletions

View File

@@ -61,8 +61,8 @@ validate_manifest = get_validator(
def run(argv):
parser = argparse.ArgumentParser()
parser.add_argument(
'--filename',
required=False, default=None,
'filename',
nargs='?', default=None,
help='Manifest filename. Defaults to {0} at root of git repo'.format(
C.MANIFEST_FILE,
)