nushell/crates/nu-command/src/commands/env
Nathan Thomas 9e39284de9
Add unlet_env command (#3629)
* Add ability to remove env variables

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Implement unlet_env command

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Update parameter description

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Migrate to new filestructure

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Added tests for unlet-env

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Formatting

Signed-off-by: nathom <nathanthomas707@gmail.com>
2021-06-19 15:00:07 +12:00
..
autoenv_trust.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
autoenv_untrust.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
autoenv.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
let_env.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
load_env.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
mod.rs Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
unlet_env.rs Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
with_env.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00