| Class | GetoptLong |
| In: |
lib/facets/standard/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.