mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Auto merge of #12951 - jonas-schievink:doc-cli-stability, r=Veykril
internal: Document CLI flag stability
This commit is contained in:
commit
20d64412c0
@ -10,6 +10,10 @@ xflags::xflags! {
|
||||
src "./src/cli/flags.rs"
|
||||
|
||||
/// LSP server for the Rust programming language.
|
||||
///
|
||||
/// Subcommands and their flags do not provide any stability guarantees and may be removed or
|
||||
/// changed without notice. Top-level flags that are not are marked as [Unstable] provide
|
||||
/// backwards-compatibility and may be relied on.
|
||||
cmd rust-analyzer {
|
||||
/// Verbosity level, can be repeated multiple times.
|
||||
repeated -v, --verbose
|
||||
@ -21,7 +25,7 @@ xflags::xflags! {
|
||||
/// Flush log records to the file immediately.
|
||||
optional --no-log-buffering
|
||||
|
||||
/// Wait until a debugger is attached to (requires debug build).
|
||||
/// [Unstable] Wait until a debugger is attached to (requires debug build).
|
||||
optional --wait-dbg
|
||||
|
||||
default cmd lsp-server {
|
||||
|
Loading…
Reference in New Issue
Block a user