This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












What version of the gem is installed? I believe this was already fixed.
Hey, I just downloaded the very latest zip file from github source tree. It looks like marked version 0.2.0. I ended up removing all reference to OPTIONS object for now to fix this. The problem, I believe is where it assigns "OPTIONS=opts" because opts is the instance of OptionParser, and not a hash. I will check again to see I have latest code. Thanks!
Hmm, are you sure it's fixed? Now what I see is the command is putting out nothing for the help screen, and still the same issue. To see the problem, modify the #run methdo
{{{ def run(cmd)
rescue
end }}}