mirror of
https://github.com/nushell/nushell
synced 2025-01-10 12:19:14 +00:00
c8f54476c9
# 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> |
||
---|---|---|
.. | ||
complete.rs | ||
exec.rs | ||
mod.rs | ||
nu_check.rs | ||
ps.rs | ||
registry_query.rs | ||
run_external.rs | ||
sys.rs | ||
which_.rs |