mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| nu-build | ||
| nu-cli | ||
| nu-errors | ||
| nu-macros | ||
| nu-parser | ||
| nu-plugin | ||
| nu-protocol | ||
| nu-source | ||
| nu-test-support | ||
| nu-value-ext | ||
| nu_plugin_average | ||
| nu_plugin_binaryview | ||
| nu_plugin_fetch | ||
| nu_plugin_inc | ||
| nu_plugin_match | ||
| nu_plugin_post | ||
| nu_plugin_ps | ||
| nu_plugin_str | ||
| nu_plugin_sys | ||
| nu_plugin_textview | ||
| nu_plugin_tree | ||