Skip to content
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

tasks: support array of commands directly #1385

Closed
jdx opened this issue Jan 6, 2024 · 0 comments · Fixed by #1474
Closed

tasks: support array of commands directly #1385

jdx opened this issue Jan 6, 2024 · 0 comments · Fixed by #1474
Labels
enhancement New feature or request
Milestone

Comments

@jdx
Copy link
Owner

jdx commented Jan 6, 2024

This should be valid:

tasks.build = [
  "cmd1",
  "cmd2",
]

right now you have to do this:

tasks.build.run = [
  "cmd1",
  "cmd2",
]
@jdx jdx added the enhancement New feature or request label Jan 6, 2024
@jdx jdx added this to the tasks v1 milestone Jan 13, 2024
jdx added a commit that referenced this issue Jan 17, 2024
@jdx jdx closed this as completed in #1474 Jan 17, 2024
jdx added a commit that referenced this issue Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant