nushell/crates/nu-command/src/network
Ian Manske 157494e803
Make get_env_var return a reference to a Value (#13987)
# 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.
2024-10-02 13:05:48 +02:00
..
http Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
url Error on non-zero exit statuses (#13515) 2024-09-07 06:44:26 +00:00
mod.rs fetch -> http get and post -> http post (#7796) 2023-01-20 10:38:30 -08:00
port.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00