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:
parent
b566d184fe
commit
5eedcb6b8d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue