Skip to main content

Module which

Module which 

Source
Expand description

which command implementation for finding executable paths.

Functionsยง

which
Async version of which - finds the full path to a command executable. On Windows, uses where.exe. On POSIX systems, uses which.
which_sync
Sync version of which - finds the full path to a command executable.