1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 19:17:48 +01:00
nushell/crates/nu-cli
Hofer-Julian a775cfe177
Clean up nu-cli/src/eval_file.rs ()
- 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 () 2023-01-20 13:45:34 -08:00
tests Add test for fix of issue () 2023-01-19 11:19:27 +01:00
Cargo.toml Bump once_cell from 1.16.0 to 1.17.0 () 2023-01-11 23:00:44 +00:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00