CliContextOutput Property
Gets the standard output, to which non-error information should be written during the current invocation.
By default, it's set to
Out, it's changed via
Output.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public TextWriter Output { get; }
Property Value
TextWriter