Documentation / listr2 / ProcessOutputOptions
Interface: ProcessOutputOptions
Defined in: packages/listr2/src/utils/process-output/process-output.interface.ts:17
Customize the behavior of the ProcessOutput.
Properties
dump?
optional
dump: ("stdout"
|"stderr"
)[]
Defined in: packages/listr2/src/utils/process-output/process-output.interface.ts:23
After the ProcessOutput.release()
which streams should be dumped.
Default Value
[ 'stdout', 'stderr' ]
leaveEmptyLine?
optional
leaveEmptyLine:boolean
Defined in: packages/listr2/src/utils/process-output/process-output.interface.ts:29
After the ProcessOutput.release()
whether to leave empty line or not.
Default Value
true