mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 23:26:36 +00:00
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:
parent
2c624c26f4
commit
26a7750e86
3 changed files with 14 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue