Product Area
The "code-analyzer" CLI
Your Need or Problem
When I run Code Analyzer in my GitHub workflow, I want to watch stdout but not see unnecessary lines.
When the analyzer runs, it has progress indicators - percent progress.
I'd like a way not to have that - I'd just like it to run and show that summary. That way we have fewer lines to scroll down.
Please add a --no-progress or similar flag so we save output lines.
Your Desired Solution
Please add a flag to code-analyzer run called --no-progress or even --silent so progress isn't shown to stdout.
Alternatives Considered
We may need to try clearing the output screen, but that feels cumbersome.
Additional Context (Screenshots, Files, etc)
Workaround
Scroll... :)
Urgency
Low