What steps will reproduce the problem?
1. Write an action with repeated arguments. For example: 'action': [ 'mycmd',
'--in', 'a', '--out', 'a' ]
What is the expected output?
I would expect the resulting action to execute something like:
$ mycmd --in a --out a
What do you see instead?
$ mycmd --in a --out
Note the missing second "a" argument.
Original issue reported on code.google.com by dhollowa@chromium.org on 2 Nov 2011 at 2:32
Original issue reported on code.google.com by
dhollowa@chromium.org
on 2 Nov 2011 at 2:32