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) `);