You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Tools like Maven, Yarn, etc need the ability to pass varying number of multiple parameters. For example,
Is your feature request related to a problem? Please describe.
Tools like Maven, Yarn, etc need the ability to pass varying number of multiple parameters. For example,
but currently, in Dunner, we have to define how many params we are expecting in
.dunner.yaml
like,With the above definition we can only pass one parameter. like
dunner do mvn package
and commands asmvn clean build
would fail.Describe the solution you'd like
We need a way to hint Dunner to let users pass as many params as they wish, like in Java ellipsis.
Proposing syntax is as below
The text was updated successfully, but these errors were encountered: