Switch
that takes no arguments.
Methods
- I
-
- P
-
Class Public methods
incompatible_argument_styles(*)
Link
Source:
show
| on GitHub
def self.incompatible_argument_styles(*)
end
Instance Public methods
parse(arg, argv)
Link
Raises an exception if any arguments given.
Source:
show
| on GitHub
def parse(arg, argv)
yield(NeedlessArgument, arg) if arg
conv_arg(arg)
end