The default plain-text output handler that reproduces the built-in help and error formatting.
public sealed class DefaultCommandOutput : ICommandOutput
kind:method, kind:property, kind:ctor. Press Esc to clear.InstanceGets the singleton instance of the default output handler.WriteError(Command, CommandRunConfig, CommandException)Renders a command exception (parse error, validation error, and so on).WriteHelp(Command, CommandRunConfig)Renders the help/usage for the specified command.WriteLicenseHeader(Command, CommandRunConfig, String)Renders the license header.WriteUnknownTokens(Command, CommandRunConfig, UnknownTokenReport)Renders an error report for unknown token(s).WriteVersion(Command, CommandRunConfig, String)Renders the version string.