2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-command
Lily Mara 1ee51f2afa
Add the load-env command ()
* 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 

* fixup! Add the load-env command
2021-05-26 06:18:20 +12:00
..
assets nu-cli refactor moving commands into their own crate nu-command () 2021-01-12 17:59:53 +13:00
src Add the load-env command () 2021-05-26 06:18:20 +12:00
tests Commands to engine () 2021-05-22 10:52:04 -05:00
build.rs nu-cli refactor moving commands into their own crate nu-command () 2021-01-12 17:59:53 +13:00
Cargo.toml Groupby operations on dataframes () 2021-05-23 19:37:04 +12:00