Add support for $PATH and Additional Path Utilities#89
Add support for $PATH and Additional Path Utilities#89hohle wants to merge 1 commit intodecompals:mainfrom
Conversation
Adds the ability to find the PE executable in $PATH. If not found, the legacy behavior remains. Adds the `--unix-path`/`-du` and `--dos-path`/`-ud` options to provide the ability to convert between paths that might be created by utilities run by wibo or local filesystem paths that will be passed to programs run by wibo.
|
The path options are a |
|
Sorry for the lateness in getting to this. But this kind of thing seems outside the scope of wibo and would better belong in a separate utility ('wibopath'). Would you be willing to make that change? |
|
I would also like to ask, what is the usecase for this kind of tool? |
|
Yes, happy to make the change to a separate utility.
When working on a separate change for The |
|
I still fail to see what's the benefit of having this behavior inside of wibo.
Could you please provide some concrete examples for this |
|
I overhauled the module resolution logic and wibo will now resolve binaries by checking different extensions, plus |
Adds the ability to find the PE executable in $PATH. If not found, the legacy behavior remains.
Adds the
--unix-path/-duand--dos-path/-udoptions to provide the ability to convert between paths that might be created by utilities run by wibo or local filesystem paths that will be passed to programs run by wibo.