We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a66d441 + 7e52da3 commit a647017Copy full SHA for a647017
src/main.rs
@@ -32,6 +32,7 @@ fn main() {
32
.version(VERSION)
33
.setting(AppSettings::GlobalVersion)
34
.setting(AppSettings::ArgRequiredElseHelp)
35
+ .setting(AppSettings::ColoredHelp)
36
.after_help(
37
"For more information about a specific command, try `mdbook <command> --help`\n\
38
The source code for mdBook is available at: https://github.com/rust-lang-nursery/mdBook",
0 commit comments