From 2f3d80e7c23eb99bea6f31fb79b0e004717f9dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Thu, 24 Mar 2022 12:32:38 +0100 Subject: [PATCH] fix(core): add missing CNW flags in help report (#9479) --- packages/create-nx-workspace/bin/create-nx-workspace.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index 3255148d876a0..156a3adfdce83 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -196,11 +196,14 @@ function showHelp() { cli CLI to power the Nx workspace (options: "nx", "angular") style Default style option to be used when a non-empty preset is selected - options: ("css", "scss", "less") plus ("styl") for all non-Angular and ("styled-components", "@emotion/styled", "styled-jsx") for React, Next.js + options: ("css", "scss", "less") plus ("styl") for all non-Angular and ("styled-components", "@emotion/styled", "styled-jsx") for React, Next.js interactive Enable interactive mode when using presets (boolean) - packageManager Package manager to use (npm, yarn, pnpm) + packageManager Package manager to use (alias: "pm") + options: ("npm", "yarn", "pnpm") + + defaultBase Name of the main branch (default: "main") nx-cloud Use Nx Cloud (boolean) `);