Enable colored help in CLI (#9244)

Since it's already there, why not give it a chance :P
This commit is contained in:
Liu-Cheng Xu
2021-07-01 15:12:07 +08:00
committed by GitHub
parent 54ace9cff8
commit ff4b9c0d72
+1
View File
@@ -139,6 +139,7 @@ pub trait SubstrateCli: Sized {
AppSettings::GlobalVersion,
AppSettings::ArgsNegateSubcommands,
AppSettings::SubcommandsNegateReqs,
AppSettings::ColoredHelp,
]);
let matches = match app.get_matches_from_safe(iter) {