diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
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; | |||
| 34 | const CONTAINER_IMAGE_NAME: &str = "local/oar-p2p-networking"; | 34 | const CONTAINER_IMAGE_NAME: &str = "local/oar-p2p-networking"; |
| 35 | 35 | ||
| 36 | #[derive(Debug, Parser)] | 36 | #[derive(Debug, Parser)] |
| 37 | #[command(version = env!("GIT_VERSION"))] | ||
| 37 | struct Cli { | 38 | struct Cli { |
| 38 | #[clap(subcommand)] | 39 | #[clap(subcommand)] |
| 39 | cmd: SubCmd, | 40 | cmd: SubCmd, |
