Skip to content

Commit

Permalink
Merge pull request #861 from k-nasa/add_colored_help
Browse files Browse the repository at this point in the history
Add colored help
  • Loading branch information
Dylan-DPC authored Apr 25, 2019
2 parents a66d441 + 7e52da3 commit a647017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fn main() {
.version(VERSION)
.setting(AppSettings::GlobalVersion)
.setting(AppSettings::ArgRequiredElseHelp)
.setting(AppSettings::ColoredHelp)
.after_help(
"For more information about a specific command, try `mdbook <command> --help`\n\
The source code for mdBook is available at: https://github.com/rust-lang-nursery/mdBook",
Expand Down

0 comments on commit a647017

Please sign in to comment.