Table of Contents

Cli.Output Property

Definition

Namespace
DotMake.CommandLine
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.

public static CliWriter Output { get; }

Property Value

CliWriter

A CliWriter that wraps the standard output stream.