-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
type: a-feature-requestThis is a request for a new feature.This is a request for a new feature.
Description
Context: I am working on a tool like git such that git hats actually routes the user to an executable named git-hats. One nice feature provided by git is that they will list all of the commands available on your system, even if they are not distributed with git. This means figuring everything on the user's PATH and filtering it down to things that match git-*.
My case described here is pretty much exactly the same, and I need the functionality of findExecutables to make it happen.
Question: Is there a strong reason findExecutables (implemented here) is not exposed? If so, would you recommend duplicating the code? If so, what is going on with the mingw32_HOST_OS macros? Do I need to do any special configuration to use macros like that?
Metadata
Metadata
Assignees
Labels
type: a-feature-requestThis is a request for a new feature.This is a request for a new feature.