From 39096ef9cc0b77cc32bfe9f899f3259b8976b9f9 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 30 Sep 2021 00:21:28 +0200 Subject: [PATCH] Colored help Print colored help message. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 73c0a39..ba2ed19 100644 --- a/src/main.rs +++ b/src/main.rs @@ -64,6 +64,7 @@ enum Command { #[clap( version = crate_version!(), author = crate_authors!(", "), + global_setting = AppSettings::ColoredHelp, global_setting = AppSettings::InferSubcommands, global_setting = AppSettings::PropagateVersion, )]