Skip to content

Commit

Permalink
refactor: Fix outdated command params in CLI help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Dec 4, 2024
1 parent 396766c commit 843933a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/src/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export const cliCommandsConfig: CliConfig = {
`Check patch status (use with ${chalk.cyanBright('--dir')} to specify TS package location)`
},
patch: {
short: void 0, paramCaption: '<module_file> | <glob>', caption:
short: void 0, paramCaption: '<module_file>', caption:
'Patch specific module(s) ' + chalk.yellow('(advanced)')
},
unpatch: {
short: void 0, paramCaption: '<module_file> | <glob>', caption:
short: void 0, paramCaption: '<module_file>', caption:
'Un-patch specific module(s) ' + chalk.yellow('(advanced)')
},
'clear-cache': { caption: 'Clears cache and lock-files' },
Expand Down

0 comments on commit 843933a

Please sign in to comment.