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
Generate an exec line via something like
$options = [ 'multioption' => ['foo', 'bar'] ]; $this->taskExec()->options($options, '=')
(via https://github.com/openeuropa/task-runner)
mycommand --multioption=foo --multioption=bar
mycommand --multioption=Array
The text was updated successfully, but these errors were encountered:
Looked into patch of #1038 but it does not touch that.
Sorry, something went wrong.
This is a feature request. PRs welcome.
No branches or pull requests
Steps to reproduce
Generate an exec line via something like
(via https://github.com/openeuropa/task-runner)
Expected behavior
mycommand --multioption=foo --multioption=bar
Actual behavior
mycommand --multioption=Array
The text was updated successfully, but these errors were encountered: