Skip to content

Commit 5446e14

Browse files
committed
Remove author for clap parser
Since there is no author specified in `Cargo.toml` there is no need to add this to the application. Also this should have been fixuped with the previous commit, but I was unable to make that happen.
1 parent 415f590 commit 5446e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ pub enum LocParseError {
489489

490490
/// Parses the Git history.
491491
#[derive(Parser, Debug)]
492-
#[clap(author, version, about, long_about = None)]
492+
#[clap(version, about, long_about = None)]
493493
pub struct Args {
494494
#[clap(subcommand)]
495495
pub input_method: InputMethod,

0 commit comments

Comments
 (0)