Skip to content

Commit

Permalink
chore(#21): version in cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Sep 11, 2024
1 parent 7dd630f commit 62209aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ use tracing::{debug, info};
#[clap(
name = "gossiphs",
bin_name = "gossiphs",
about = "gossiphs command line tool"
version = env!("CARGO_PKG_VERSION"),
about = "gossiphs (gossip-graphs) command line tool",
)]
struct Cli {
#[clap(subcommand)]
Expand Down

0 comments on commit 62209aa

Please sign in to comment.