mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +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…
Add table
Reference in a new issue