Skip to content

Commit e771593

Browse files
committed
Hide language server command from main help output
1 parent 32ca563 commit e771593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ fn main() {
129129
.subcommand(
130130
Command::new("language")
131131
.about("Language Server Protocol integration for editors and IDEs.")
132+
.hide(true)
132133
.long_about("Run a Language Server Protocol (LSP) service \
133134
for Technique documents. This accepts commands and code \
134135
input via stdin and returns compilation errors and other \

0 commit comments

Comments
 (0)