-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional modules #1796
Comments
I was about to raise an issue suggesting the exact same thing re I have some public repositories where I would like some non-public recipes in a gitignored justfile. I can only use The syntax that feels most natural to me is |
+1 for the |
Done in #1797! With the mod? foo
import? "foo.just" |
Love how quickly you get stuff done. |
From a comment by @laniakea64:
How about the following syntax?
A module with a
?
wouldn't provoke a warning or error when not found.It could also be:
Which could be used with import statements, which lack a module name:
The text was updated successfully, but these errors were encountered: