1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
d07cb96a96
This commit is contained in:
Burdette Lamar 2021-04-12 20:33:19 -05:00 committed by Hiroshi SHIBATA
parent a15f0b9fe2
commit 43af561e08
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,7 @@
require 'optparse'
parser = OptionParser.new
parser.banner = "Usage: ruby help_banner.rb"
parser.parse!