We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5411258 commit e7807e1Copy full SHA for e7807e1
1 file changed
crates/kit/src/main.rs
@@ -42,6 +42,7 @@ pub const CONTAINER_STATEDIR: &str = "/var/lib/bcvk";
42
/// install them to disk, or manage existing installations - all without
43
/// requiring root privileges.
44
#[derive(Parser)]
45
+#[command(version)]
46
struct Cli {
47
#[command(subcommand)]
48
command: Commands,
0 commit comments