docs(core): remove obsolete nx cloud default value from docs (#9747)
This commit is contained in:
parent
cc4e8c1885
commit
7c7e415fff
@ -69,8 +69,6 @@ Workspace name (e.g. org name)
|
||||
|
||||
Type: boolean
|
||||
|
||||
Default: true
|
||||
|
||||
Use Nx Cloud
|
||||
|
||||
### packageManager
|
||||
|
||||
@ -155,7 +155,6 @@ export const commandsObject: yargs.Argv<Arguments> = yargs
|
||||
})
|
||||
.option('nxCloud', {
|
||||
describe: chalk.dim`Use Nx Cloud`,
|
||||
defaultDescription: 'true',
|
||||
type: 'boolean',
|
||||
})
|
||||
.option('allPrompts', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user