Skip to content

Commit 214552e

Browse files
committed
Reapply "fix(core): make 'key' parameter optional in register command (#30365)"
This reverts commit 9c95eca.
1 parent a2e05c9 commit 214552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/command-line/register/command-object.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface RegisterOptions {
88
}
99

1010
export const yargsRegisterCommand: CommandModule<{}, RegisterOptions> = {
11-
command: 'register <key>',
11+
command: 'register [key]',
1212
aliases: ['activate-powerpack'],
1313
describe: false,
1414
builder: (yargs) =>

0 commit comments

Comments
 (0)