-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colored --help #483
Comments
Hmmm, I really like this idea! I'm just not sure about it being the default option, or leaving up to a cargo feature....thoughts? Thanks! Edit: It could also be an |
To enable, ensure `clap` is compiled with `color` cargo feature. Then in code use `AppSettings::ColoredHelp` Closes #483
To enable, ensure `clap` is compiled with `color` cargo feature. Then in code use `AppSettings::ColoredHelp` Closes #483
So I've ended up adding this as a non-default option, but enabled via the |
very cool! thanks! |
How about supporting Windooze with this? |
@nabijaczleweli that's the plan...I just haven't had time to work on it lately. |
It would be nice to have an option to autocolor help, e.g. like this:
The text was updated successfully, but these errors were encountered: