diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-07 23:27:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 23:27:43 +0100 |
commit | 5eedcb6b8d471e487179ac66d7da9038279884df (patch) | |
tree | 6ed56ce096c070436cf209da45708c4f07246746 /cli/flags.rs | |
parent | b566d184fedcd0fae3de19a54adfa5ce09466cc1 (diff) |
chore(cli): unhide lsp command from CLI (#8647)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 2210d7565..be93015f5 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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 |