File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
crates/rust-analyzer/src/cli Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ xflags::xflags! {
1010 src "./src/cli/flags.rs"
1111
1212 /// LSP server for the Rust programming language.
13+ ///
14+ /// Subcommands and their flags do not provide any stability guarantees and may be removed or
15+ /// changed without notice. Top-level flags that are not are marked as [Unstable] provide
16+ /// backwards-compatibility and may be relied on.
1317 cmd rust-analyzer {
1418 /// Verbosity level, can be repeated multiple times.
1519 repeated -v, --verbose
@@ -21,7 +25,7 @@ xflags::xflags! {
2125 /// Flush log records to the file immediately.
2226 optional --no-log-buffering
2327
24- /// Wait until a debugger is attached to (requires debug build).
28+ /// [Unstable] Wait until a debugger is attached to (requires debug build).
2529 optional --wait-dbg
2630
2731 default cmd lsp-server {
You can’t perform that action at this time.
0 commit comments