From ff4285efaffd23de9ed29f91935a00b0e654e1ee Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Wed, 30 Oct 2019 22:06:41 +0100 Subject: [PATCH] chore: revert the yolo command --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 22aabeb..07a5ecb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -49,6 +49,7 @@ let debug: Function; .option("-t, --token", "generate a Storage token into a .env file", false) .option("-u, --use ", "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