aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-29 18:32:10 +0000
committerGitHub <[email protected]>2021-01-29 18:32:10 +0000
commit715dade21b531c4cf74ee95a453540ec7ef68d1b (patch)
treeb2696a28e056c8ad4f4eb5380e3303b13bb4a476
parente7108fb5b198d4fe416ce2408afaa86f1020c37d (diff)
parent89b86839c7034a2601781273143fa384e94321b6 (diff)
Merge #7493
7493: Add --print-config-schema to help r=lnicola a=lnicola bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
-rw-r--r--crates/rust-analyzer/src/bin/args.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/bin/args.rs b/crates/rust-analyzer/src/bin/args.rs
index 2a532361d..3a7db6a18 100644
--- a/crates/rust-analyzer/src/bin/args.rs
+++ b/crates/rust-analyzer/src/bin/args.rs
@@ -50,6 +50,8 @@ FLAGS:
50 -vv, --spammy 50 -vv, --spammy
51 -q, --quiet Set verbosity 51 -q, --quiet Set verbosity
52 52
53 --print-config-schema
54 Dump a LSP config JSON schema
53 --log-file <PATH> Log to the specified file instead of stderr 55 --log-file <PATH> Log to the specified file instead of stderr
54 --no-log-buffering 56 --no-log-buffering
55 Flush log records to the file immediately 57 Flush log records to the file immediately