-
Notifications
You must be signed in to change notification settings - Fork 521
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
chore(dev): Try just instead of xtasks methods #5461
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to use this file?
I don't remember we have a requirement to "generate language".
That is, I'd like to know how this command helps and how should I use it to resolve a real problem.
Signed-off-by: Xuanwo <[email protected]>
Updated the |
```bash | ||
cargo o help | ||
just --list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should include a section about how to install just or at least a link to the just project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Experience looks good. Better than make that we can list and run in any subdir.
Let's give it a try and even further.
Thank you @tisonkun for the review, let's move on! |
Which issue does this PR close?
Part of #5460
Rationale for this change
See #5460
What changes are included in this PR?
Add
justfile
as a start.Are there any user-facing changes?
Dev Only.