pub async fn which(command: &str) -> Option<String>
Async version of which - finds the full path to a command executable. On Windows, uses where.exe. On POSIX systems, uses which.
where.exe
which