mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
specify type of 2nd set of terminal colors
This commit is contained in:
parent
3e335655ae
commit
58d9bfdbcb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const (
|
|||
|
||||
// This sequence starts at 90, so we reset iota
|
||||
const (
|
||||
ColorDarkGray = iota + 90
|
||||
ColorDarkGray TerminalColor = iota + 90
|
||||
ColorLightRed
|
||||
ColorLightGreen
|
||||
ColorLightYellow
|
||||
|
|
Loading…
Reference in a new issue