nushell/crates/nu-cli/src/commands/classified
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
..
dynamic.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
external.rs Fix poor message for executable that user doesn't have permissi… (#1535) 2020-03-29 21:15:55 -04:00
internal.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mod.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
pipeline.rs Fix poor message for executable that user doesn't have permissi… (#1535) 2020-03-29 21:15:55 -04:00