streetsidesoftware / cspell

A Spell Checker for Code!

Home Page:https://cspell.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add --quiet option to omit warnings but show errors

evenstensberg opened this issue · comments

Is your feature request related to a problem? Please describe.
There's no way to only report errors in cspell (using the CLI)

Describe the solution you'd like
--quiet option that will output errors, not warnings

Describe alternatives you've considered
N/A

Additional context
N/A

@evenstensberg,

What do you mean by errors?

Did you try the --silent option?

To get a list of all the options:

cspell lint --help

It is possible to add --quiet as an alias of --silent.

Could you add an alias to silent to quiet? It would be great!

@Jason3S could you publish a new version with the PR?

@evenstensberg,

I'll put out a new version tomorrow.

Awesome 👏🏽

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.