From 7e52da3c1b6ec7f0bdfb33df371e9d1ef73645ad Mon Sep 17 00:00:00 2001 From: k-nasa Date: Tue, 25 Dec 2018 21:35:37 +0900 Subject: [PATCH] Add colored help --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index dec89cf3..bfff14fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,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 --help`\n\ The source code for mdBook is available at: https://github.com/rust-lang-nursery/mdBook",