Navigation Menu

Skip to content

Commit

Permalink
Add "force" option for gcs-configure-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 27, 2012
1 parent 7767e02 commit f2d03b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/gcs-configure-fields
Expand Up @@ -25,6 +25,8 @@ commandLine
String)
.option('--delete',
'Delete the field specified by the --name and --type options.')
.option('-f, --force', /* this is an extension of gcs-command */
'Delete the domain without prompting for confirmation.')
.parse();

commandLine.assertHaveDomainName();
Expand Down

0 comments on commit f2d03b5

Please sign in to comment.