mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
efbf4f48c6
Previously, if the user didn't have the appropriate permissions to execute the binary/script, they would see "command not found", which is confusing. This commit eliminates the `which` crate in favour of `ichwh`, which deals better with permissions by not dealing with them at all! This is closer to the behaviour of `which` in many shells. Permission checks are then left up to the caller to deal with. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |