nushell/crates/nu-cli
Jason Gedge efbf4f48c6
Fix poor message for executable that user doesn't have permissi… (#1535)
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.
2020-03-29 21:15:55 -04:00
..
src Fix poor message for executable that user doesn't have permissi… (#1535) 2020-03-29 21:15:55 -04:00
tests WIP: 1486/first row as headers (#1530) 2020-03-29 15:05:57 +13:00
Cargo.toml Fix poor message for executable that user doesn't have permissi… (#1535) 2020-03-29 21:15:55 -04:00