Class CmdlineColors
- Namespace
- SearchAThing.Cmdline
- Assembly
- netcore-cmdline.dll
cmdline color configurator; action fields can be changed to customize if foreground, background should changed
public class CmdlineColors
- Inheritance
-
CmdlineColors
- Inherited Members
Fields
Commands
color for commands
public Action Commands
Field Value
Description
color for parser description
public Action Description
Field Value
Error
color for error reporting when parser doesn't matches
public Action Error
Field Value
Flags
color for flags
public Action Flags
Field Value
FriendlyName
color for assembly friendly name in the usage line
public Action FriendlyName
Field Value
Parameter
color for parameter
public Action Parameter