Skip to content

Commit

Permalink
chore: rename --force to --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Oct 4, 2019
1 parent 00a8539 commit 04b8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ console.log(prettyFont.string);
.option("login", "connect to your Azure")
.option("init", "initialize a new workspace")
.option("deploy", "deploy to Azure")
.option("-f, --force", "override all confirmations", false)
.option("-y, --yes", "answer yes to all confirmations", false)
.option("-r, --relogin", "force login", false)
.option("-c, --create", "enable resource creation", false)
.option("-m, --manual", "enable Manual mode", false)
Expand Down

0 comments on commit 04b8b52

Please sign in to comment.