mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
Enable colored help in CLI (#9244)
Since it's already there, why not give it a chance :P
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user