lsp-cli 0.1.0

Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal.
1
2
3
4
5
6
7
8
9
10
pub mod platform;
pub mod registry;
pub mod resolve;
pub mod template;

mod install;
mod link;
mod source;

pub use resolve::resolve_detect_suggestions;