CliContext.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. The underlying stream can be changed via Error.
public CliWriter Error { get; }