Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Created April 30, 2014 09:46
Show Gist options
  • Save yorickpeterse/625116c711541fa6a564 to your computer and use it in GitHub Desktop.
Save yorickpeterse/625116c711541fa6a564 to your computer and use it in GitHub Desktop.
Slop.new do
on :h, :help, 'Shows this help message' do
end
run do |opts, args|
end
command :pull do
run do |opts, args|
end
end
command :push do
run do |opts, args|
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment