clear all the output generated by the renderer when the task finishes its execution
collapse subtasks after current task completes its execution
collapse error messages into a single message and overwrite the task title
collapse skip messages into a single message and overwrite the task title
formats data output depending on your requirements.
indentation per level of subtask
only update through triggers from renderhook
useful for tests and stuff. this will disable showing spinner and only update the screen if something else has happened in the task worthy to show
removes empty lines from the data output
shows the thrown error message or show the original title of the task, this will also disable collapseErrors mode You can disable showing the error messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show skip messages or show the original title of the task, this will also disable collapseSkips mode
You can disable showing the skip messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show the subtasks of the current task
show duration for all tasks
suffix retry messages with [RETRY-${COUNT}] when retry is enabled for a task
suffix skip messages with [SKIPPED] when in collapseSkips mode
clear all the output generated by the renderer when the task finishes its execution
collapse subtasks after current task completes its execution
collapse error messages into a single message and overwrite the task title
collapse skip messages into a single message and overwrite the task title
formats data output depending on your requirements.
indentation per level of subtask
only update through triggers from renderhook
useful for tests and stuff. this will disable showing spinner and only update the screen if something else has happened in the task worthy to show
removes empty lines from the data output
shows the thrown error message or show the original title of the task, this will also disable collapseErrors mode You can disable showing the error messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show skip messages or show the original title of the task, this will also disable collapseSkips mode
You can disable showing the skip messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show the subtasks of the current task
show duration for all tasks
suffix retry messages with [RETRY-${COUNT}] when retry is enabled for a task
suffix skip messages with [SKIPPED] when in collapseSkips mode
designates whether this renderer can output to a non-tty console
renderer options for the defauult renderer
clear all the output generated by the renderer when the task finishes its execution
collapse subtasks after current task completes its execution
collapse error messages into a single message and overwrite the task title
collapse skip messages into a single message and overwrite the task title
formats data output depending on your requirements.
indentation per level of subtask
only update through triggers from renderhook
useful for tests and stuff. this will disable showing spinner and only update the screen if something else has happened in the task worthy to show
removes empty lines from the data output
shows the thrown error message or show the original title of the task, this will also disable collapseErrors mode You can disable showing the error messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show skip messages or show the original title of the task, this will also disable collapseSkips mode
You can disable showing the skip messages, even though you passed in a message by settings this option, if you want to keep the original task title intact.
show the subtasks of the current task
show duration for all tasks
suffix retry messages with [RETRY-${COUNT}] when retry is enabled for a task
suffix skip messages with [SKIPPED] when in collapseSkips mode
per task options for the default renderer
write task output to the bottom bar instead of the gap under the task title itself. useful for a stream of data.
keep output after task finishes
show the task time if it was successful
write task output to the bottom bar instead of the gap under the task title itself. useful for a stream of data.
keep output after task finishes
show the task time if it was successful
Default updating renderer for Listr2