Skip to content

Commit

Permalink
chore: revert the yolo command
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Oct 30, 2019
1 parent 0d137ff commit ff4285e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ let debug: Function;
.option("-t, --token", "generate a Storage token into a .env file", false)
.option("-u, --use <builder>", "use a specific build system (e.g. tsc,bazel)", 'tsc')
.option("-y, --yes", "answer yes to all confirmations", false)
.option("--yolo", "enable all modes and all services", false)
.parse(process.argv);

// set confiuration
Expand Down

0 comments on commit ff4285e

Please sign in to comment.