class Opts::Parser
- Opts::Parser
- OptionParser
- Reference
- Object
Defined in:
opts/parser.crInstance Method Summary
- #options : Array(Array(String))
- #options=(options : Array(Array(String)))
-
#to_s(io : IO)
Returns all the setup options, formatted in a help message.
Instance Method Detail
def to_s(io : IO)
#
Description copied from class OptionParser
Returns all the setup options, formatted in a help message.