CliSettingsOutput Property

Gets or sets the standard output. Used by Help and other facilities that write non-error information.

Default is which means Out with encoding set to UTF8, will be used.

For testing purposes, it can be set to a new instance of StringWriter. If you want to disable the output, please set it to Null.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public TextWriter Output { get; set; }

Property Value

TextWriter

See Also