google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Yabish - combined with equals switches arguments error #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a tool that has a switch declared as "combined with equals" (ex. dd 
with arguments if=input_file) and out = output_file)
2. yabish dd if=some_file of=some_file.COPY

What is the expected output? What do you see instead?

Yabish should run and create some_file.COPY - a copy of some_file.

Instead, Yabish complains about if parameter not receiving its argument

Original issue reported on code.google.com by szab...@gmail.com on 27 Feb 2012 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed on tszabo branch in e018a01479b0

Original comment by szab...@gmail.com on 27 Feb 2012 at 3:11