We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The only way I found to display the recipes of a module and just that:
In recipes/mod.just:
recipes/mod.just
_default: @just --list recipes --unsorted --justfile {{justfile()}}
It is a bit clunky. Is there a better way? Can it refer to self?
self
At least that could be added to the documentation.
The text was updated successfully, but these errors were encountered:
That is a bit clunky. One possibility would be to provide a function that returns the path to the current module, like module_path() so you could do:
module_path()
just --list {{ module_path() }}
Sorry, something went wrong.
No branches or pull requests
The only way I found to display the recipes of a module and just that:
In
recipes/mod.just
:_default:
@just --list recipes --unsorted --justfile {{justfile()}}
It is a bit clunky. Is there a better way? Can it refer to
self
?At least that could be added to the documentation.
The text was updated successfully, but these errors were encountered: