BunnyBrewery

Results 2 comments of BunnyBrewery

Did you use ctrl + d to deleter characters? [https://github.com/chzyer/readline/blob/master/readline.go#L119-L123](url) ``` if c.EOFPrompt == "" { c.EOFPrompt = "^D" } else if c.EOFPrompt == "\n" { c.EOFPrompt = "" }...

Are you talking about if there is multi-language support for default help message in Cobra?