Closed GoogleCodeExporter closed 8 years ago
Apparently the exit() command in the Option parses is neglected. I've not coded
this
part myself, so I do not consider myself an expert here. But I've tried a few
things
and solved the problem.
The right way is to set a flag in the @option object, so @option.version =
true. Or
any value for that matter. Then in the end of the parsing when @option.version
exists,
exit().
Original comment by boukewou...@gmail.com
on 6 Feb 2010 at 10:59
I forgot, this is commit
http://github.com/rubyripperdev/rubyripper/commit/a709f048e2c12d363e1ef8498e2a44
d2d373
4f91
Original comment by boukewou...@gmail.com
on 6 Feb 2010 at 10:59
Original issue reported on code.google.com by
loliloli...@gmail.com
on 22 Dec 2009 at 2:41