feat: add color to help text

Uses the same coloring that cargo uses to make it easier to skim read the help
This commit is contained in:
Josh McKinney 2025-02-14 17:08:17 -08:00
parent 2c624c26f4
commit 26a7750e86
No known key found for this signature in database
GPG key ID: 722287396A903BC5
3 changed files with 14 additions and 1 deletions

View file

@ -35,6 +35,7 @@ use zeroize::Zeroizing;
arg_required_else_help(true),
// Avoid conflict with version_req
disable_version_flag(true),
styles = clap_cargo::style::CLAP_STYLING,
)]
pub struct Args {
/// Packages to install.