Defines the output handler for all user-visible output produced by the command-line parser: help text, error messages, version display, and license headers.
public interface ICommandOutput
kind:method, kind:property, kind:ctor. Press Esc to clear.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.