npm-launch icon indicating copy to clipboard operation
npm-launch copied to clipboard

Add `verbose` flag to show complete output

Open andywer opened this issue 9 years ago • 1 comments

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

andywer avatar Aug 16 '16 11:08 andywer

Blocked by SamVerschueren/listr#29, but apart from this bug it can now be done with new listr 0.6.0.

andywer avatar Sep 16 '16 06:09 andywer