Type Alias LogShellOutputOptions

LogShellOutputOptions: PartialWithUndefined<
    { ignoreError: boolean; logger: Logger; withLabels: boolean },
>

Options for logShellOutput.