diff options
author | Laurențiu Nicola <[email protected]> | 2021-01-29 18:31:12 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-01-29 18:31:12 +0000 |
commit | 89b86839c7034a2601781273143fa384e94321b6 (patch) | |
tree | b2696a28e056c8ad4f4eb5380e3303b13bb4a476 | |
parent | e7108fb5b198d4fe416ce2408afaa86f1020c37d (diff) |
Add --print-config-schema to help
-rw-r--r-- | crates/rust-analyzer/src/bin/args.rs | 2 |
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 |