just
just copied to clipboard
Allow recipes in modules to call recipes in parent modules
In parent just file:
main:
In mod a:
do: main
Is it possible to support invoking dependent recipes from module and reverse?
This isn't currently supported, I'd definitely like to support it eventually.