JulesD

Results 13 comments of JulesD

I think the PR above (#8) fixes this issue :) Can be closed cc @philsnow

I think this answers https://github.com/spf13/cobra/issues/59 but somehow the issue was closed, I'm not sure why

Hello, I currently have 2 use cases for this. The first one would be to put an emphasis on a few commands in my CLI. I have a lot of...

If you do a simple `cobra init` and add this snippet as a file under `cmd/` this should show you two commands. `delete` should be in red and `read` in...

Thanks for testing this! I indeed made a mistake when putting the colors, the sequence starting at `ColorDarkGray` is shifted by a few digits. I addressed it in my new...

That's a good call. I just wasn't able to disable colors in any of the shells I've used. I've tried `iterm2`, the default terminal, `bash`, `sh` in macOS, as well...

Well, if helm doesn't want to provide Colors because they're afraid of incompatibilities, it's easy for them to simply not use that feature from Cobra. Then with the current implementation...

I see. Yeah I wouldn't disagree with giving the user this possibility. In term of design or user experience, I'm not sure what would be the preferred way for Cobra,...

@marckhouzam or @jpmcb , any thoughts on this?

@umarcor correct me if I'm wrong, but I think the problem around using viper is that when the help menu is being shown to the user (where the colors are...