class Opts::Parser

Defined in:

opts/parser.cr

Instance Method Summary

Instance Method Detail

def options : Array(Array(String)) #

[View source]
def options=(options : Array(Array(String))) #

[View source]
def to_s(io : IO) #
Description copied from class OptionParser

Returns all the setup options, formatted in a help message.


[View source]