Skip to content

Commit

Permalink
chore(cli): change logLevel help option to v2 options (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonadams authored Jun 1, 2021
1 parent 690ff99 commit 8b4075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cli
.option('-c, --config <file>', `[string] use specified config file`)
.option('-r, --root <path>', `[string] use specified root directory`)
.option('--base <path>', `[string] public base path (default: /)`)
.option('-l, --logLevel <level>', `[string] silent | error | warn | all`)
.option('-l, --logLevel <level>', `[string] info | warn | error | silent`)
.option('--clearScreen', `[boolean] allow/disable clear screen when logging`)
.option('-d, --debug [feat]', `[string | boolean] show debug logs`)
.option('-f, --filter <filter>', `[string] filter debug logs`)
Expand Down

0 comments on commit 8b4075d

Please sign in to comment.