nushell/crates/nu-cli
Hofer-Julian a775cfe177
Clean up nu-cli/src/eval_file.rs (#7804)
- Replace `match` with `unwrap_or_else` or `if let`
- Remove unnecessary `mut`
- Check if file path has a parent
- Reduce visibility to `pub(crate)`
2023-01-20 13:45:34 -08:00
..
src Clean up nu-cli/src/eval_file.rs (#7804) 2023-01-20 13:45:34 -08:00
tests Add test for fix of issue #7754 (#7756) 2023-01-19 11:19:27 +01:00
Cargo.toml Bump once_cell from 1.16.0 to 1.17.0 (#7732) 2023-01-11 23:00:44 +00:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00