Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Created December 16, 2016 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulcsmith/9f8c5447331b20fb8e5919024a621be3 to your computer and use it in GitHub Desktop.
Save paulcsmith/9f8c5447331b20fb8e5919024a621be3 to your computer and use it in GitHub Desktop.
OptionParser.parse! do |parser|
parser.banner = "Usage: Woo hoo!! [arguments]"
parser.on("-h", "--help", "Show this help because it's awesome!!!") { puts parser }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment