Replies: 2 comments
-
to answer my own question, this is already possible if you carefully read the documentation: |
Beta Was this translation helpful? Give feedback.
0 replies
-
still not fully possible, see #4331 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently trying to integrate mise task in a monorepo where we want to run and build the different applications that all have a frontend and a backend. we want to utilize task dependencies for this but don't find a way to pass arguments to the task dependencies.
the "app1" should be configurable by the
start
so that thestart
task could have anarg()
that could be passed to its dependencies. This would be similar to how Taskfile supports passing variables to dependencies https://taskfile.dev/usage/#calling-another-taskBeta Was this translation helpful? Give feedback.
All reactions