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
// NOTE: whitespace in name task("build front", async () => { /* build frontend */ } ) task("build back", async () => { /* build backend */ })
It'll then be accessed by...
$ ghjk x build front $ ghjk x build back
ghjk x build
ghjk x build --run
build
Originally posted by @Yohe-Am in #18 (comment)
Consider alternative semantics used by mise.
The text was updated successfully, but these errors were encountered:
MET-512 Task groups
Sorry, something went wrong.
No branches or pull requests
It'll then be accessed by...
ghjk x build
, is invoked, list the available tasks.ghjk x build --run
, run all tasks under it in parallel.build
, it overrides this group header task.Originally posted by @Yohe-Am in #18 (comment)
Consider alternative semantics used by mise.
The text was updated successfully, but these errors were encountered: