Class | GetoptLong |
In: |
lib/more/facets/getoptlong.rb
|
Parent: | Object |
Ruby‘s standard GetoptLong class with an added DSL.
opts = GetoptLong.new do reqs '--expect', '-x' flag '--help', '-h' end
See GetoptLong::DSL for details.
initialize | -> | init |