Platform: ... 20.6.0 Darwin Kernel Version 20.6.0: ...; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Having the ability to add a silent option (typically -s/--silent or -q/--quiet) to suppress/reduce logging would be nice. This is especially true for a command like c8 report since it already has an output file that can be referenced as needed. I noticed istanbuljs/nyc already has this option if that helps with implementation.
The additional output is generated by the text reporter (the default). You can achieve the same effect of the silent option with --reporter=none to disable the text reporter.
v14.18.1
... 20.6.0 Darwin Kernel Version 20.6.0: ...; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Having the ability to add a silent option (typically
-s
/--silent
or-q
/--quiet
) to suppress/reduce logging would be nice. This is especially true for a command likec8 report
since it already has an output file that can be referenced as needed. I noticedistanbuljs/nyc
already has this option if that helps with implementation.