nushell/tests/shell
Ian Manske 474293bf1c
Clear environment for child Commands (#12901)
# Description
There is a bug when `hide-env` is used on environment variables that
were present at shell startup. Namely, child processes still inherit the
hidden environment variable. This PR fixes #12900, fixes #11495, and
fixes #7937.

# Tests + Formatting
Added a test.
2024-05-19 15:35:07 +00:00
..
environment Clear environment for child Commands (#12901) 2024-05-19 15:35:07 +00:00
pipeline Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
mod.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
repl.rs Fix merging child stack into parent (#12426) 2024-04-06 15:03:22 +00:00