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
Frequently I need to place justfile in a different location from where the default working dir should be. Would it be possible to have some global set command to modify the working directory, either for the current justfile, or possibly for all of the included ones as well (unless they override it?). The multiple justfiles could in theory be solved with modules, so this is a lower priority.
The text was updated successfully, but these errors were encountered:
I think this would be pretty useful, and not super complicated. Currently, settings are not shared between modules, so adding some kind of setting sharing would be something for another PR. set working-directory := … would be pretty easy to add. Marking as good first issue in case someone wants to take a crack at it.
Frequently I need to place justfile in a different location from where the default working dir should be. Would it be possible to have some global
set
command to modify the working directory, either for the current justfile, or possibly for all of the included ones as well (unless they override it?). The multiple justfiles could in theory be solved with modules, so this is a lower priority.The text was updated successfully, but these errors were encountered: