We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ca563 commit e771593Copy full SHA for e771593
src/main.rs
@@ -129,6 +129,7 @@ fn main() {
129
.subcommand(
130
Command::new("language")
131
.about("Language Server Protocol integration for editors and IDEs.")
132
+ .hide(true)
133
.long_about("Run a Language Server Protocol (LSP) service \
134
for Technique documents. This accepts commands and code \
135
input via stdin and returns compilation errors and other \
0 commit comments