Table of Contents

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

Action

Description

color for parser description

public Action Description

Field Value

Action

Error

color for error reporting when parser doesn't matches

public Action Error

Field Value

Action

Flags

color for flags

public Action Flags

Field Value

Action

FriendlyName

color for assembly friendly name in the usage line

public Action FriendlyName

Field Value

Action

Parameter

color for parameter

public Action Parameter

Field Value

Action