mirror of
https://github.com/ruby/ruby.git
synced 2026-08-17 02:20:55 +08: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!
|
|
|
|
|
|
|