mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 13:34:17 +00:00
8 lines
107 B
Ruby
8 lines
107 B
Ruby
require 'optparse'
|
|
parser = OptionParser.new
|
|
parser.program_name = 'help_program_name.rb'
|
|
parser.parse!
|
|
|
|
|
|
|