sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

cli help for logging is wrong #73

Closed ggascoigne closed 5 years ago

ggascoigne commented 5 years ago

prettier-standard --help outputs:

Usage
  $ prettier-standard [<glob>...]

Options
  --log-level  Log level to use (default: warn)

Examples
  $ prettier-standard 'src/**/*.js'
  $ echo "const {foo} = "bar";" | prettier-standard

The actual logging option is --logLevel

sheerun commented 5 years ago

prettier-standard 9.0.0 doesn't have this option anymore so it is not relevant anymore