Replies: 1 comment
|
This is desired, but not yet implemented. See #929. |
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.
As we expand our usage of
just, we'd like to be able to move recipes between modules in our repo. I know we can import rules between files, but it'd be great if we could simply invoke rules in other files. e.g.:./justfile:./bar/justfile:I can run
just bar/bazat the CLI and it'll work, but declaringbar/bazas a dependency offoodoesn't work the same way:All reactions