diff --git a/projects/core/src/cli/commands.ts b/projects/core/src/cli/commands.ts index 0b71aa3..f726298 100644 --- a/projects/core/src/cli/commands.ts +++ b/projects/core/src/cli/commands.ts @@ -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: ' | ', caption: + short: void 0, paramCaption: '', caption: 'Patch specific module(s) ' + chalk.yellow('(advanced)') }, unpatch: { - short: void 0, paramCaption: ' | ', caption: + short: void 0, paramCaption: '', caption: 'Un-patch specific module(s) ' + chalk.yellow('(advanced)') }, 'clear-cache': { caption: 'Clears cache and lock-files' },