mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 07:52:57 +00:00
# Description Title says it all, changes `EngineState::get_env_var` to return a `Option<&'a Value>` instead of an owned `Option<Value>`. This avoids some unnecessary clones. I also made a similar change to the `PluginExecutionContext` trait.
Utilities used by the different nu-command
/nu-cmd-*
crates, should not contain any full Command
implementations.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.