Skip to content

Commit

Permalink
add clap version
Browse files Browse the repository at this point in the history
  • Loading branch information
doylemark committed Jun 26, 2024
1 parent deed8dc commit e4c2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ev-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ where
}

#[derive(Debug, Parser)]
#[clap(name = "Evervault Enclave CLI")]
#[clap(name = "Evervault Enclave CLI", version)]
pub struct BaseArgs {
/// Toggle verbose output
#[clap(short, long, global = true, default_value_t = false)]
Expand Down

0 comments on commit e4c2c51

Please sign in to comment.