Tagged Questions
7
votes
5answers
5k views
How do you specify a required switch (not argument) with Ruby OptionParser?
Say I'm writing a script and I want to require a --host switch (with value of course) but if the --host switch isn't specified I want the option parsing to fail. I can't seem to figure out how to do ...