[][src]Function ichwh::which_all

pub async fn which_all<'_>(bin: &'_ str) -> IchwhResult<Vec<PathBuf>>

Searches PATH for all executables with the name bin

Returns a list of paths, in the order of which they were found. The list may be empty, indicating no binary was found.