Answered by
casey
Mar 16, 2026
Replies: 1 comment 1 reply
|
Unfortunately not, imports behave as if the entire contents of the imported file were inserted into the importing justfile, there is no scoping. You might want to check out modules, since those run in the recipe containing the justfile, and have scoped settings. |
1 reply
Answer selected by
casey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Unfortunately not, imports behave as if the entire contents of the imported file were inserted into the importing justfile, there is no scoping. You might want to check out modules, since those run in the recipe containing the justfile, and have scoped settings.