Skip to content

Commit

Permalink
fix: add tabs for command outline text
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Oct 3, 2020
1 parent 1cececa commit 98327ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/core/src/abstract-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export abstract class AbstractCLI {
`(v${this.version})`,
chalk.italic.gray('execute the following pure command ...'),
`
>`,
>`,
chalk.bold('npx'),
chalk.italic(...args),
`
Expand Down

0 comments on commit 98327ef

Please sign in to comment.