Skip to content
Snippets Groups Projects
Commit ff4b9c0d authored by Liu-Cheng Xu's avatar Liu-Cheng Xu Committed by GitHub
Browse files

Enable colored help in CLI (#9244)

Since it's already there, why not give it a chance :P
parent 54ace9cf
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment