forcedotcom / forcedotcom/code-analyzer
[Feature Request] Add --no-progress flag for silent execution in VCS
- Lingua principale
- TypeScript
- Stelle
- 240
- Fork
- 52
- Merge medio
- 1g 23h
- PR unite (30g)
- 5
Descrizione
### 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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia dal punto di ingresso della CLI `code-analyzer run` e segui il percorso in cui l'avanzamento percentuale viene scritto su stdout. Verifica come viene emesso il riepilogo esistente e individua i test CLI pertinenti, se presenti. Il lavoro è completato quando un flag `--no-progress` o equivalente sopprime le righe di avanzamento preservando l'output del riepilogo.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100