mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
feat: Add short flag -V for consistency with other rust tooling
This commit is contained in:
parent
03b3cb6be9
commit
30429f8ece
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue