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.
1 parent 7a8cb07 commit 4fbfda4Copy full SHA for 4fbfda4
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