mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 17:55:42 +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::GlobalVersion,
|
||||||
AppSettings::ArgsNegateSubcommands,
|
AppSettings::ArgsNegateSubcommands,
|
||||||
AppSettings::SubcommandsNegateReqs,
|
AppSettings::SubcommandsNegateReqs,
|
||||||
|
AppSettings::ColoredHelp,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
let matches = match app.get_matches_from_safe(iter) {
|
let matches = match app.get_matches_from_safe(iter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user