Sha256: 9b7fc323aad9b41717ef6ea6014df112581b9a80725dd0543540d9f8f7243514

Contents?: true

Size: 153 Bytes

Versions: 13

Compression:

Stored size: 153 Bytes

Contents

require 'optparse'
parser = OptionParser.new
parser.on('--[no-]binary', 'Long name with negation') do |value|
  p [value, value.class]
end
parser.parse!

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
optparse-0.6.0 doc/optparse/ruby/long_with_negation.rb
optparse-0.5.0 doc/optparse/ruby/long_with_negation.rb
cli-option_parser.rb-0.6.0 doc/optparse/ruby/long_with_negation.rb
cli-option_parser.rb-0.5.3 doc/optparse/ruby/long_with_negation.rb
cli-option_parser.rb-0.5.2 doc/optparse/ruby/long_with_negation.rb
cmd-optparse.rb-0.5.2 doc/optparse/ruby/long_with_negation.rb
cmd-optparse.rb-0.5.0 doc/optparse/ruby/long_with_negation.rb
cmd-optparse.rb-0.1.1 doc/optparse/ruby/long_with_negation.rb
cmd-optparse.rb-0.1.0 doc/optparse/ruby/long_with_negation.rb
optparse-0.4.0 doc/optparse/ruby/long_with_negation.rb
optparse-0.3.1 doc/optparse/ruby/long_with_negation.rb
optparse-0.3.0 doc/optparse/ruby/long_with_negation.rb
optparse-0.2.0 doc/optparse/ruby/long_with_negation.rb