aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 4c49fad..972f1bb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -34,6 +34,7 @@ pub mod signal;
34const CONTAINER_IMAGE_NAME: &str = "local/oar-p2p-networking"; 34const CONTAINER_IMAGE_NAME: &str = "local/oar-p2p-networking";
35 35
36#[derive(Debug, Parser)] 36#[derive(Debug, Parser)]
37#[command(version = env!("GIT_VERSION"))]
37struct Cli { 38struct Cli {
38 #[clap(subcommand)] 39 #[clap(subcommand)]
39 cmd: SubCmd, 40 cmd: SubCmd,