Skip to main content

Batch

This mode is excellent to be used inside scripts and batch processes like automation chains.

It is similar to the CLI option, but the output is adapted to behave better for these use cases.

The program tries to determine this mode accordingly to the information obtained from the terminal characteristics from where it is executed.

If it detects that it is not being executed from a login terminal (like when it is invoked from a script) or it detects a redirection of the output to a file, some controls of the size of the terminal are disabled and it assumes a reasonable size, and colorized output is also suppressed.

For batch and script processes, the output value of the execution can be validated to check for errors.