Skip to content

Commit

Permalink
feat: display program information: version, author, and about
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Rubek committed Aug 7, 2022
1 parent 7dab549 commit 0bceca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::Parser;

#[derive(Parser, Debug)]
#[clap()]
#[clap(author, about, version)]
pub struct Args {
pub old_version: String,
pub new_version: String,
Expand Down

0 comments on commit 0bceca7

Please sign in to comment.