Skip to content

Commit

Permalink
Add --version option
Browse files Browse the repository at this point in the history
Issue: #138

Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Sep 7, 2023
1 parent 65979be commit c8df328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avbroot/src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub enum Command {
}

#[derive(Debug, Parser)]
#[command(version)]
pub struct Cli {
#[command(subcommand)]
pub command: Command,
Expand Down

0 comments on commit c8df328

Please sign in to comment.