Add `verbose` flag to show complete output
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 38
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Two different use cases to consider:
## "text/plain": Use different rendering if not in a TTY (if piping output into a log file, build server, ...)
- Don't show fancy output containing a lot of ANSI control characters, but rather simple plain text only
- See also: SamVerschueren/listr#11, SamVerschueren/listr#12
- Extending `listr` might be the best way to go
## "verbose": Show complete output of a task instantly (for debugging purposes)
- Might mean that tasks cannot be run in parallel
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.