We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e05c9 commit 214552eCopy full SHA for 214552e
packages/nx/src/command-line/register/command-object.ts
@@ -8,7 +8,7 @@ export interface RegisterOptions {
8
}
9
10
export const yargsRegisterCommand: CommandModule<{}, RegisterOptions> = {
11
- command: 'register <key>',
+ command: 'register [key]',
12
aliases: ['activate-powerpack'],
13
describe: false,
14
builder: (yargs) =>
0 commit comments