d3835f61ce
OptionParser is a class for command-line option analysis. It is much more advanced, yet also easier to use, than GetoptLong, and is a more Ruby-oriented solution. WWW: https://github.com/ruby/optparse
5 lines
202 B
Text
5 lines
202 B
Text
OptionParser is a class for command-line option analysis. It is much more
|
|
advanced, yet also easier to use, than GetoptLong, and is a more Ruby-oriented
|
|
solution.
|
|
|
|
WWW: https://github.com/ruby/optparse
|