feat(cli): Enable clap colored help

This commit is contained in:
Andrew Hlynskyi 2021-06-23 10:56:23 +03:00
parent f74187981d
commit 04badf8a8e

View file

@ -40,6 +40,7 @@ fn run() -> Result<()> {
.setting(AppSettings::SubcommandRequiredElseHelp)
.author("Max Brunsfeld <maxbrunsfeld@gmail.com>")
.about("Generates and tests parsers")
.global_setting(AppSettings::ColoredHelp)
.subcommand(SubCommand::with_name("init-config").about("Generate a default config file"))
.subcommand(
SubCommand::with_name("generate")