Firegem 563430b90e Follow suggestions from @Bahex
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.
2025-05-04 17:08:44 -04:00
..
2025-05-04 17:08:44 -04:00
2025-04-26 23:24:35 +08:00

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.