nushell/crates/nu-command/src/system
Jelle Besseling c8f54476c9
Set env in exec command (#8917)
# Description

Previously variables with `let-env` were not available after doing an
`exec` command. This PR fixes that

# User-Facing Changes

Can now use environment variables set with nushell after `exec`

# Tests + Formatting

No tests made but formatting has been checked

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->

Co-authored-by: Jelle Besseling <jelle@bigbridge.nl>
2023-04-20 22:10:46 +12:00
..
complete.rs Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
exec.rs Set env in exec command (#8917) 2023-04-20 22:10:46 +12:00
mod.rs relocate debug commands (#8071) 2023-02-13 16:39:07 +00:00
nu_check.rs Only add the std lib files once (#8830) 2023-04-10 08:55:47 +12:00
ps.rs Add ppid example for ps (#8768) 2023-04-06 07:32:12 -05:00
registry_query.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
run_external.rs Set env in exec command (#8917) 2023-04-20 22:10:46 +12:00
sys.rs Fix CPU usage info in sys (#8321) 2023-03-04 14:48:34 -08:00
which_.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00