mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
cb01437c24
commit
f89486965b
53 changed files with 8 additions and 8 deletions
|
@ -1,9 +0,0 @@
|
|||
require 'optparse'
|
||||
parser = OptionParser.new
|
||||
parser.on('--xxx', 'Option with no argument') do |value|
|
||||
p ['Handler block for -xxx called with value:', value]
|
||||
end
|
||||
parser.on('--yyy YYY', 'Option with required argument') do |value|
|
||||
p ['Handler block for -yyy called with value:', value]
|
||||
end
|
||||
parser.parse!
|
Loading…
Add table
Add a link
Reference in a new issue