Skip to content

Commit

Permalink
chore(cli): Report version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Feb 8, 2024
1 parent 1c8be0f commit 8cdd2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/nvmet/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use clap::{Parser, Subcommand};
#[command(name = "nvmet")]
#[command(author = "Adrian 'vifino' Pistol <[email protected]>")]
#[command(about = "NVMe-oF Target Configuration CLI", long_about = None)]
#[clap(version)]
struct Cli {
#[command(subcommand)]
command: CliCommands,
Expand Down

0 comments on commit 8cdd2fc

Please sign in to comment.