danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Flag to disable warnings output into the console #280

Open Reqwy opened 8 years ago

Reqwy commented 8 years ago

This would be pretty useful to have something like --verbose but to disable warnings output. The conversion to HTML takes a lot more and fixing all the issue, being warn, is not always possible. Eagerly waiting for this, @danielgtaylor

N4M3Z commented 8 years ago

+1

stvnmntjy commented 8 years ago

+1

joshleeb commented 7 years ago

@danielgtaylor bump for this feature.

sefsinalas commented 7 years ago

+1

OrangeDog commented 7 years ago

It would be better to have a way to suppress specific warning codes, rather than just all of them.

joshleeb commented 6 years ago

It would be better to have a way to suppress specific warning codes, rather than just all of them.

I think both would be good. I don't want to have to know and list all error messages if I don't want to see any error output.

OrangeDog commented 6 years ago

I don't want to see any error output.

This should be possibly by redirecting stderr.

joshleeb commented 6 years ago

Sorry, I should've said: I don't want to have to know and list all warning messages to suppress all warnings.

I still want to see error messages so I don't want to redirect stderr, and I also want to see everything that comes out on stdout so I don't want to redirect that either. It's just warning messages I don't want to see.

312 adds this functionality through the --quiet flag.