Skip to content

Commit

Permalink
feat: Add short flag -V for consistency with other rust tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
graemer957 committed Feb 24, 2024
1 parent 03b3cb6 commit 30429f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ xflags::xflags! {

default cmd lsp-server {
/// Print version.
optional --version
optional -V, --version

/// Dump a LSP config JSON schema.
optional --print-config-schema
Expand Down

0 comments on commit 30429f8

Please sign in to comment.