Skip to content

Commit a647017

Browse files
authored
Merge pull request #861 from k-nasa/add_colored_help
Add colored help
2 parents a66d441 + 7e52da3 commit a647017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fn main() {
3232
.version(VERSION)
3333
.setting(AppSettings::GlobalVersion)
3434
.setting(AppSettings::ArgRequiredElseHelp)
35+
.setting(AppSettings::ColoredHelp)
3536
.after_help(
3637
"For more information about a specific command, try `mdbook <command> --help`\n\
3738
The source code for mdBook is available at: https://github.com/rust-lang-nursery/mdBook",

0 commit comments

Comments
 (0)