Skip to content

Commit e7807e1

Browse files
authored
cli: Add --version (#129)
Since it's useful. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 5411258 commit e7807e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/kit/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub const CONTAINER_STATEDIR: &str = "/var/lib/bcvk";
4242
/// install them to disk, or manage existing installations - all without
4343
/// requiring root privileges.
4444
#[derive(Parser)]
45+
#[command(version)]
4546
struct Cli {
4647
#[command(subcommand)]
4748
command: Commands,

0 commit comments

Comments
 (0)