Collects errors to ListrInstance.errors
This can take up a lot of memory, so disabling it can fix out-of-memory errors
Concurrency sets how many tasks will be run at the same time in parallel.
To inject a context through this options wrapper. Context can also be defined in run time.
Disabling the color, useful for tests and such.
Determine the behavior of exiting after rollback actions.
This is independent of exitOnError, since failure of a rollback can be a more critical operation comparing to failing a single task.
Determine the default behavior of exiting on errors.
Inject data directly to TaskWrapper.
By default, Listr2 will track SIGINIT signal to update the renderer one last time before completely failing.
Determine the certain condition required to use the non-TTY renderer.
Determine the certain condition required to use the silent renderer.
Options to set the behavior of this base task.