We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee7320a + 4fbfda4 commit f717a69Copy full SHA for f717a69
pkg/cli/cli.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
const (
37
- noticeColor = "\033[1;36m%s\033[0m"
+ noticeColor = "\033[1;33m%s\033[0m"
38
deprecationFmt = "[Deprecation Notice] %s\n\n"
39
40
pluginsFlag = "plugins"
0 commit comments