mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-29 05:42:11 +02:00
feat: notifications retry mechanism and improved error formatting
This commit is contained in:
@@ -219,7 +219,7 @@ func DoYouMean(s string) string {
|
||||
if s == "" {
|
||||
return ""
|
||||
}
|
||||
return "Did you mean " + ansi.HighlightGreen + s + ansi.Reset + "?"
|
||||
return "Did you mean " + ansi.Info(s) + "?"
|
||||
}
|
||||
|
||||
func Pluralize(n int64) string {
|
||||
|
||||
Reference in New Issue
Block a user