Documentation / listr2 / ProcessOutputRendererOptions
Interface: ProcessOutputRendererOptions
Defined in: packages/listr2/src/utils/process-output/process-output.interface.ts:4
Extended by
Properties
processOutput?
optional
processOutput:ProcessOutput
Defined in: packages/listr2/src/utils/process-output/process-output.interface.ts:11
Pass your implementation of process output class to write to stdout and stderr.
Default
ts
'ProcessOutput'
Global
global option that can not be temperated with subtasks