Add `verbose` flag to show complete output
Ouverte
enhancement
- Langage dominant
- JavaScript
- Étoiles
- 38
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.