Skip to content

Instantly share code, notes, and snippets.

@leejarvis

leejarvis/blah Secret

Created March 4, 2012 07:40
Show Gist options
  • Save leejarvis/a1d310c595e2ee760ae2 to your computer and use it in GitHub Desktop.
Save leejarvis/a1d310c595e2ee760ae2 to your computer and use it in GitHub Desktop.
require 'slop'
cmds = Slop::Commands.new do
on 'delete' do
on :force, 'Force deletion'
end
on 'copy' do
on :double, 'Copy twice for safetys sake'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment