Skip to content

Documentation / listr2 / ProcessOutputOptions

Interface: ProcessOutputOptions

Customize the behavior of the ProcessOutput.

Properties

dump?

optional dump: ("stdout" | "stderr")[]

After the ProcessOutput.release() which streams should be dumped.

Default Value

[ 'stdout', 'stderr' ]

Defined in

packages/listr2/src/utils/process-output/process-output.interface.ts:23


leaveEmptyLine?

optional leaveEmptyLine: boolean

After the ProcessOutput.release() whether to leave empty line or not.

Default Value

true

Defined in

packages/listr2/src/utils/process-output/process-output.interface.ts:29