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
To "alias" a recipe in a module, I believe one has to call just again:
just
# Format all bin and lib files f: @just code fmt # Format all packages and their local path-based dependencies fa: @just code fmtall
Could we have the following?
alias f := code::fmt
The text was updated successfully, but these errors were encountered:
Good suggestion! I added it to #2252.
I think this should be pretty easy to add, so added the good first issue label in case anyone wants to take a crack at it.
Sorry, something went wrong.
No branches or pull requests
To "alias" a recipe in a module, I believe one has to call
just
again:Could we have the following?
The text was updated successfully, but these errors were encountered: