pwygab
9444020f26
Make autocd return exit code 0 (#12337)
# 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.
2024-03-30 15:09:34 +01:00
..
2024-03-26 21:17:30 +00:00
2024-03-30 09:17:28 +08:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-24 20:14:12 -05:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2024-03-28 11:27:12 -05:00
2024-03-30 15:09:34 +01:00
2024-03-26 21:17:30 +00:00
2024-03-26 21:17:30 +00:00
2023-04-07 21:09:38 +03:00