Skip to content

Add -v/--version support to rust binary - #7454

Closed
Seldaek wants to merge 1 commit into
rust-lang:masterfrom
Seldaek:patch-2
Closed

Add -v/--version support to rust binary#7454
Seldaek wants to merge 1 commit into
rust-lang:masterfrom
Seldaek:patch-2

Conversation

@Seldaek

Copy link
Copy Markdown
Contributor

I assume this might not be accepted as is because it's not really using the full blown optgroups and whatnot but it's all I managed to get done so far and it still solves a frustrating issue I hit so I'll take my chances.

@bstrie

Copy link
Copy Markdown
Contributor

I'm fine with this behavior because git has basically the same thing with git --version. And I don't expect it to be done with the official option-parsing lib because IIRC that's due for a rewrite anyway.

@thestinger

Copy link
Copy Markdown
Contributor

Landing with #7490.

U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7727: Remove documentation of obsolete extend selection command r=matklad a=lnicola
Closesrust-lang#7454
This is available in LSP as `textDocument/selectionRange` and no longer exists as a stand-alone command, so we shouldn't mention it in the manual because it's confusing (it doesn't appear in `package.json`).
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Seldaek@bstrie@thestinger