Skip to content

Commit

Permalink
Add version command to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ostenbom committed Nov 8, 2023
1 parent 95320b4 commit 1affe33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linkup-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ pub enum CliError {
#[derive(Parser)]
#[command(
name = "linkup",
about = "Connect remote and local dev/preview environments"
about = "Connect remote and local dev/preview environments",
version = env!("CARGO_PKG_VERSION"),
)]
struct Cli {
#[command(subcommand)]
Expand Down

0 comments on commit 1affe33

Please sign in to comment.