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

CommandArguments::options() breaks multivalue options #1060

Open
geek-merlin opened this issue Nov 19, 2021 · 2 comments
Open

CommandArguments::options() breaks multivalue options #1060

geek-merlin opened this issue Nov 19, 2021 · 2 comments

Comments

@geek-merlin
Copy link

Steps to reproduce

Generate an exec line via something like

$options = [
  'multioption' => ['foo', 'bar']
];
$this->taskExec()->options($options, '=')

(via https://github.com/openeuropa/task-runner)

Expected behavior

mycommand --multioption=foo --multioption=bar

Actual behavior

mycommand --multioption=Array

@geek-merlin
Copy link
Author

Looked into patch of #1038 but it does not touch that.

@greg-1-anderson
Copy link
Member

This is a feature request. PRs welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants