feat(cli): Enable clap colored help
This commit is contained in:
parent
f74187981d
commit
04badf8a8e
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue