Skip to content

Commit 31f9cb4

Browse files
committed
Add support for multiple options
1 parent 88c4109 commit 31f9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExecuteCommandTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function execute(object $input): string
4141
if ($option->value === '') {
4242
$value = true;
4343
}
44-
$arguments[$option->key] = $value;
44+
$arguments[$option->key][] = $value;
4545
}
4646

4747
$output = new BufferedOutput();

0 commit comments

Comments
 (0)