Table of Contents

Cli.Error Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Gets the standard error 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 error can be used to write error information during the current invocation.

By default, Error is wrapped.

public static CliWriter Error { get; }

Property Value

CliWriter

A CliWriter that wraps the standard error output stream.