nushell/crates/nu-lsp/src
Ian Manske 72d3860d05
Refactor the CLI code a bit (#12782)
# Description
Refactors the code in `nu-cli`, `main.rs`, `run.rs`, and few others.
Namely, I added `EngineState::generate_nu_constant` function to
eliminate some duplicate code. Otherwise, I changed a bunch of areas to
return errors instead of calling `std::process::exit`.

# User-Facing Changes
Should be none.
2024-05-10 07:29:27 +08:00
..
diagnostics.rs Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
lib.rs Pass Stack ref to Completer::fetch (#12783) 2024-05-09 13:38:24 +08:00
notification.rs improve nu --lsp command tooltips (#12589) 2024-04-20 07:16:38 -05:00