We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a405195 commit 596af28Copy full SHA for 596af28
src/cosalib/aws.py
@@ -189,9 +189,9 @@ def aws_cli(parser):
189
default=os.environ.get("AWS_CONFIG_FILE"))
190
parser.add_argument("--name-suffix", help="Suffix for name")
191
parser.add_argument("--grant-user", help="Grant user launch permission",
192
- nargs="*", default=[])
+ action='append', default=[])
193
parser.add_argument("--grant-user-snapshot", help="Grant user snapshot volume permission",
194
195
parser.add_argument("--public", action="store_true", help="Mark images as publicly available")
196
parser.add_argument("--tags", help="list of key=value tags to attach to the AMI",
197
action='append', default=[])
0 commit comments