refactor: Move from deprecated ColoredHelp

This commit is contained in:
Ed Page 2022-01-18 16:20:22 -06:00
parent 39eb78c88b
commit 0c89293029
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ fn create_clap_app() -> App<'static> {
.version(VERSION)
.setting(AppSettings::GlobalVersion)
.setting(AppSettings::ArgRequiredElseHelp)
.setting(AppSettings::ColoredHelp)
.after_help(
"For more information about a specific command, try `mdbook <command> --help`\n\
The source code for mdBook is available at: https://github.com/rust-lang/mdBook",