Add manifest generation wrapper.

This commit is contained in:
Ian Gulliver
2016-03-31 23:05:33 -07:00
parent 1a327afa65
commit 8dd55faa67
2 changed files with 85 additions and 2 deletions

View File

@@ -21,8 +21,7 @@ parser.add_argument(
parser.add_argument(
'--other-cert',
dest='other_certs',
action='store',
nargs='*')
action='append')
FLAGS = parser.parse_args()