Module
Which
- Package
- purescript-which
- Repository
- maxdeviant/purescript-which
#WhichOptions Source
data WhichOptions
#whichAllSync Source
whichAllSync :: Maybe (Options WhichOptions) -> String -> Effect (Maybe (NonEmptyArray String))
Returns all instances of a specified executable in the PATH
environment
variable.
Returns Nothing
if no executables are found.
- Modules
- Which