You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up in verbal discussion related to #25, where we were discussing what to call the cross-platform open command.
Having a make variable of $(MF) point to a front-controller for executables would allow us to use $(MF) open <path/url> without worrying about conflicting OS commands. It also means we don't need to mess with PATH, which is how lib-core currently makes its executables available.
It will also be necessary to consider how this feature would support private "extensions" to makefiles.dev that would contain their own libs with executables.
The text was updated successfully, but these errors were encountered:
This came up in verbal discussion related to #25, where we were discussing what to call the cross-platform
open
command.Having a make variable of
$(MF)
point to a front-controller for executables would allow us to use$(MF) open <path/url>
without worrying about conflicting OS commands. It also means we don't need to mess withPATH
, which is howlib-core
currently makes its executables available.It will also be necessary to consider how this feature would support private "extensions" to makefiles.dev that would contain their own libs with executables.
The text was updated successfully, but these errors were encountered: