Interface IForEachOptions

Hierarchy

Properties

fadedOutput?: boolean

Output is piped directly to stdout. No edtiting of the output. Defaults to false.

ignore?: string[]
noEcho?: boolean

Whether to omit echo of the commands to the terminal. Defaults to false.

packages?: string[]
silent?: boolean

Whether to output nothing rather than piping the stdout and stderr to the terminal as the script is running. Defaults to false.

Generated using TypeDoc