add required attr to generator

This commit is contained in:
Lynn Cyrin 2019-07-11 20:44:41 -07:00
parent af627c73c3
commit 310bfeb194
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

View File

@ -143,6 +143,7 @@ def _write_cli_flag_types(outfile, types):
Usage string
EnvVar string
FilePath string
Required bool
Hidden bool
""".format(**typedef))