andywer / andywer/npm-launch

Add `verbose` flag to show complete output

Aberta
#3 1 comentário 0 reações 0 responsáveis Ver no GitHub
enhancement
Linguagem predominante
JavaScript
Estrelas
38
Forks
1
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.