nushell/crates/nu-protocol/src/errors
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
..
cli_error.rs Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
labeled_error.rs bump rust-toolchain to 1.75.0 (#12258) 2024-03-21 13:23:39 -05:00
mod.rs Better generic errors for plugins (and perhaps scripts) (#12236) 2024-03-21 12:27:21 +01:00
parse_error.rs Rename plugin cache file ⇒ plugin registry file (#12634) 2024-04-24 17:40:39 -05:00
parse_warning.rs Deprecate register and add plugin use (#12607) 2024-04-23 06:37:50 -05:00
shell_error.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00