nushell/crates/nu-explore/src
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
..
commands Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
nu_common Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
pager Fix issue with ls | explore coloring of file names (#13952) 2024-09-29 14:03:56 -05:00
registry Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
views Fix typos (#13980) 2024-10-02 08:49:59 +08:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Fix issue with ls | explore coloring of file names (#13952) 2024-09-29 14:03:56 -05:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00