Skip to content

Commit fdafb28

Browse files
authored
Add --version arg to vx (#5646)
1 parent e1a4298 commit fdafb28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vortex-tui/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use vortex::session::VortexSession;
2323
use crate::inspect::InspectArgs;
2424

2525
#[derive(clap::Parser)]
26+
#[command(version)]
2627
struct Cli {
2728
#[clap(subcommand)]
2829
command: Commands,

0 commit comments

Comments
 (0)