add_option(*opts)
Instance Public methods
Add a command-line option and handler to the command.
See OptionParser#make_switch
for an explanation of opts
.
handler
will be called with two values, the value of the
argument and the options hash.
If the first argument of #add_option is a Symbol, it's used to group options in output. See `gem help list` for an example.
Please login to continue.