Documentation
¶
Index ¶
Constants ¶
View Source
const ( AnsiReset = "\033[0m" AnsiBold = "\033[1m" AnsiCyan = "\033[36m" AnsiGreen = "\033[32m" AnsiYellow = "\033[33m" AnsiRed = "\033[31m" AnsiBackgroundGreen = "\x1b[42m" AnsiWhite = "\x1b[97m" AnsiEraseLine = "\x1b[2K" )
Variables ¶
This section is empty.
Functions ¶
func NewCommandContext ¶
func NewCommandContext(applicationName string, applicationDescription string) *clicontract.CommandContext
func Register ¶
func Register(commandContext *clicontract.CommandContext, command clicontract.Command, runtimeInstance runtimecontract.Runtime)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.