feat: Add short flag -V for consistency with other rust tooling

This commit is contained in:
Graeme Read 2024-02-24 06:45:00 +00:00
parent 03b3cb6be9
commit 30429f8ece
No known key found for this signature in database

View file

@ -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