Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Created October 15, 2008 03:55
Show Gist options
  • Save ab5tract/16853 to your computer and use it in GitHub Desktop.
Save ab5tract/16853 to your computer and use it in GitHub Desktop.
option :generate do
option :orm do
short '-o'
long '--orm=ORM'
desc "Select an ORM (e.g. active_record, sequel, none)"
default "sequel"
end
option :template do
short '-t'
long '--template=FOUNDATION'
desc "Select a template for app generation (Built-in options: 'classic', 'compact')."
default "classic"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment