Skip to content

Commit

Permalink
feat: Add author information to output
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 4, 2023
1 parent 0f8736e commit 35eb630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
@@ -1,7 +1,7 @@
use clap::Parser;

#[derive(Parser)]
#[command(version, about)]
#[command(author, version, about)]
pub struct Cli {
/// A value from 0 (no dim) to 1 (maximum dim)
#[arg(short, long, default_value_t = 0.4)]
Expand Down

0 comments on commit 35eb630

Please sign in to comment.