mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
Value is now always evaluated once if a closure, so there's no need for either `--no-eval` or `--eval-once`. The closure is also always run without any input. Because of that, the column code can be deduplicated again, and the default value can be calculated once at the start of the function, so cells won't store `Value::Error` values anymore.
This crate contains the majority of our commands
We allow ourselves to move some of the commands in nu-command
to nu-cmd-*
crates as needed.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.