Skip to content

Commit

Permalink
fix: fix opt duplicate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 9, 2021
1 parent 47bd48f commit 5a6e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/coco_opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct CocoOpt {
pub tags: bool,

/// Format commit message like, conventional commit, jira-format
#[structopt(short, long, parse(try_from_str), default_value = "false")]
#[structopt(long, parse(try_from_str), default_value = "false")]
pub format_commit: bool,

#[structopt(subcommand)]
Expand Down

0 comments on commit 5a6e1c5

Please sign in to comment.