nushell/crates/nu-engine/src/evaluate
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
..
block.rs Relax groups and blocks to output at pipeline level (#3643) 2021-06-18 13:04:51 +12:00
evaluate_args.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
evaluator.rs Improve the errors for arg types (#3597) 2021-06-10 18:47:06 +12:00
expr.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
internal.rs Refactor rarely changing engine state into its own struct (#3612) 2021-06-14 15:19:12 +12:00
mod.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
operator.rs Series arithmetic (#3602) 2021-06-11 09:39:51 +12:00
scope.rs Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
variables.rs Refactor rarely changing engine state into its own struct (#3612) 2021-06-14 15:19:12 +12:00