Skip to content

Commit

Permalink
fix(core): add missing CNW flags in help report (#9479)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and FrozenPandaz committed Mar 25, 2022
1 parent a466455 commit 2f3d80e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/create-nx-workspace/bin/create-nx-workspace.ts
Expand Up @@ -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)
`);
Expand Down

0 comments on commit 2f3d80e

Please sign in to comment.