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! {
10
10
src "./src/cli/flags.rs"
11
11
12
12
/// 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.
13
17
cmd rust-analyzer {
14
18
/// Verbosity level, can be repeated multiple times.
15
19
repeated -v, --verbose
@@ -21,7 +25,7 @@ xflags::xflags! {
21
25
/// Flush log records to the file immediately.
22
26
optional --no-log-buffering
23
27
24
- /// Wait until a debugger is attached to (requires debug build).
28
+ /// [Unstable] Wait until a debugger is attached to (requires debug build).
25
29
optional --wait-dbg
26
30
27
31
default cmd lsp-server {
You can’t perform that action at this time.
0 commit comments