mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
9444020f26
# Description resolves #11159. ``` ~/CodingProjects/nushell> ^false ~/CodingProjects/nushell> $env.LAST_EXIT_CODE 1 ~/CodingProjects/nushell> ^false ~/CodingProjects/nushell> ./crates/ ~/CodingProjects/nushell/crates> $env.LAST_EXIT_CODE 0 ``` # User-Facing Changes autocd now sets exit code to 0. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |