Merge "Support -y for --yes."

This commit is contained in:
Jenkins 2017-01-17 03:43:07 +00:00 committed by Gerrit Code Review
commit 44e69a3e1f
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ class DeleteStack(command.Command):
help=_('Stack(s) to delete (name or ID)') help=_('Stack(s) to delete (name or ID)')
) )
parser.add_argument( parser.add_argument(
'--yes', '-y', '--yes',
action='store_true', action='store_true',
help=_('Skip yes/no prompt (assume yes)') help=_('Skip yes/no prompt (assume yes)')
) )