Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. option :generate do
  2. option :orm do
  3. short '-o'
  4. long '--orm=ORM'
  5. desc "Select an ORM (e.g. active_record, sequel, none)"
  6. default "sequel"
  7. end
  8.  
  9. option :template do
  10. short '-t'
  11. long '--template=FOUNDATION'
  12. desc "Select a template for app generation (Built-in options: 'classic', 'compact')."
  13. default "classic"
  14. end
  15. end
Add Comment
Please, Sign In to add comment