Skip to content

Commit

Permalink
fix: disable noisy description in help (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Dec 13, 2024
1 parent 0eaf6a1 commit 1db38a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const GENERAL_USAGE: &str = color_print::cstr!(
);

#[derive(Parser, Debug)]
#[command(version, about, override_usage = GENERAL_USAGE, styles = STYLES)]
#[command(version, override_usage = GENERAL_USAGE, styles = STYLES)]
struct Cli {
#[command(subcommand)]
command: Commands,
Expand Down

0 comments on commit 1db38a3

Please sign in to comment.