Merge "set default for --type to an empty list"
This commit is contained in:
commit
b0a4c1894f
@ -81,6 +81,7 @@ def main():
|
||||
)
|
||||
parser.add_argument(
|
||||
'--type',
|
||||
default=[],
|
||||
action='append',
|
||||
choices=list(sorted(validate._VALID_TYPES)),
|
||||
help='deliverable type, such as "library" or "service"',
|
||||
|
Loading…
x
Reference in New Issue
Block a user