Skip to content

Commit

Permalink
fix: verbose argument make the commands raise
Browse files Browse the repository at this point in the history
  • Loading branch information
gaku-sei committed Aug 25, 2024
1 parent c172a6e commit 55c6eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eco/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ struct Args {

#[derive(Debug, clap::Args)]
struct GlobalOpts {
#[clap(long, action)]
verbose: bool,
}

Expand Down

0 comments on commit 55c6eb3

Please sign in to comment.