You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now -v shows info messages, and -vv shows info and debug messages, but we don't have a way to reduce verbosity and show only errors (for example). --only-codes can suppress individual warnings, but using it to suppress all warnings is quite unwieldy
Suggestion: make the verbosity option an integer and make it take a default value of 2 (i.e. show errors and warnings). This can be changed to any number between 0 and 4.
The text was updated successfully, but these errors were encountered:
Right now
-v
shows info messages, and-vv
shows info and debug messages, but we don't have a way to reduce verbosity and show only errors (for example).--only-codes
can suppress individual warnings, but using it to suppress all warnings is quite unwieldySuggestion: make the verbosity option an integer and make it take a default value of 2 (i.e. show errors and warnings). This can be changed to any number between 0 and 4.
The text was updated successfully, but these errors were encountered: