Table of Contents

HelpContext.Output Property

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

Gets the standard output stream wrapped by a CLI writer that provides styled terminal output (color and text decoration), using ANSI escape sequences when supported and console-native fallbacks otherwise.

The standard output can be used to write non-error information during the current invocation.

By default, Out with encoding set to UTF8, is wrapped. The underlying stream can be changed via Output.

public CliWriter Output { get; }

Property Value

CliWriter

A CliWriter that wraps the standard output stream.