andywer / andywer/npm-launch

Add `verbose` flag to show complete output

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
38
Forks
1
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.