Table of Contents

CliWriter.CliWriter Constructor

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Initializes a new instance of the CliWriter class.

public CliWriter(TextWriter inner, bool leaveOpen = true)

Parameters

inner TextWriter

The underlying TextWriter to which output is delegated.

leaveOpen bool

Whether to leave the underlying TextWriter open when this instance is disposed.