Table of Contents

CliContext.Output Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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.

public TextWriter Output { get; }

Property Value

TextWriter