PowershellSettingsExtensions.

SetFormatOutput(PowershellSettings, bool) Method

Summary

Sets a value indicating whether the output of an application should be formatted as text

Syntax

public static PowershellSettings SetFormatOutput(this PowershellSettings settings, bool format = true)

Parameters

Name Type Description
settings PowershellSettings The powershell settings.
format bool true if output should be written to the cake console; otherwise, false. The default is false.

Return Value

Type Description
PowershellSettings The same PowershellSettings instance so that multiple calls can be chained.