We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396766c commit 843933aCopy full SHA for 843933a
projects/core/src/cli/commands.ts
@@ -16,11 +16,11 @@ export const cliCommandsConfig: CliConfig = {
16
`Check patch status (use with ${chalk.cyanBright('--dir')} to specify TS package location)`
17
},
18
patch: {
19
- short: void 0, paramCaption: '<module_file> | <glob>', caption:
+ short: void 0, paramCaption: '<module_file>', caption:
20
'Patch specific module(s) ' + chalk.yellow('(advanced)')
21
22
unpatch: {
23
24
'Un-patch specific module(s) ' + chalk.yellow('(advanced)')
25
26
'clear-cache': { caption: 'Clears cache and lock-files' },
0 commit comments