mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 11:34:51 +00:00
feat: Add short flag -V for consistency with other rust tooling
This commit is contained in:
parent
03b3cb6be9
commit
30429f8ece
@ -30,7 +30,7 @@ xflags::xflags! {
|
|||||||
|
|
||||||
default cmd lsp-server {
|
default cmd lsp-server {
|
||||||
/// Print version.
|
/// Print version.
|
||||||
optional --version
|
optional -V, --version
|
||||||
|
|
||||||
/// Dump a LSP config JSON schema.
|
/// Dump a LSP config JSON schema.
|
||||||
optional --print-config-schema
|
optional --print-config-schema
|
||||||
|
Loading…
x
Reference in New Issue
Block a user