class Argy::Argument
An positional argument to be parsed from the command line
Public Instance Methods
label()
click to toggle source
The display label for the argument @return [String]
# File lib/argy/argument.rb, line 8 def label name.to_s.upcase end