0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

chore(cli): unhide lsp command from CLI (#8647)

This commit is contained in:
Bartek Iwańczuk 2020-12-07 23:27:43 +01:00 committed by GitHub
parent b566d184fe
commit 5eedcb6b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1086,7 +1086,6 @@ Show documentation for runtime built-ins:
fn language_server_subcommand<'a, 'b>() -> App<'a, 'b> {
SubCommand::with_name("lsp")
.setting(AppSettings::Hidden)
.about("Start the language server")
.long_about(
r#"Start the Deno language server which will take input