mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
1ee51f2afa
* 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 |
||
---|---|---|
.. | ||
assets | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |