Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): add missing CNW flags in help report #9479

Merged
merged 1 commit into from Mar 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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