Skip to content

Instantly share code, notes, and snippets.

@cultureulterior
Created July 29, 2014 09:54
Show Gist options
  • Save cultureulterior/bd9ab1062e6cf8fe2e57 to your computer and use it in GitHub Desktop.
Save cultureulterior/bd9ab1062e6cf8fe2e57 to your computer and use it in GitHub Desktop.
Fast cli options
OPT=OpenStruct.new(Hash[GetoptLong.new(["--channel","-c",GetoptLong::REQUIRED_ARGUMENT]).enum_for.map{|opt,arg| [opt[/[^-]+$/].to_sy
m,arg]}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment