What is the resolution order for just <recipe>
invoked from another recipe?
#1541
Unanswered
indigoviolet
asked this question in
Q&A
Replies: 1 comment
-
Running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it guaranteed to be equivalent to
just -f justfile() <recipe>
?I guess not - it is just running a shell command, so if I
cd <dir> && just <recipe>
, then the resolution would be relative to<dir>
.Similar to
[no-cd]
, it would be useful to have a directive that fixes recipe resolution relative to the current invocation directory.Beta Was this translation helpful? Give feedback.
All reactions