nushell/tests/shell/pipeline/commands
Lily Mara 1ee51f2afa
Add the load-env command (#3484)
* Add the load-env command

load-env can be used to add environment variables dynamically via an
InputStream. This allows developers to create tools that output environment
variables as key-value pairs, then have the user load those variables in using
load-env. This supplants most of the need for an `eval` command, which is
mostly used in POSIX envs for setting env vars.

Fixes #3481

* fixup! Add the load-env command
2021-05-26 06:18:20 +12:00
..
external.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
internal.rs Add the load-env command (#3484) 2021-05-26 06:18:20 +12:00
mod.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00