Skip to content

Commit

Permalink
Added console command to the help dialog /cc @MiguelMadero
Browse files Browse the repository at this point in the history
  • Loading branch information
larzconwell committed Oct 13, 2012
1 parent 24acde6 commit 62886dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ usage = [
, ' --version, -v Output the version of Geddy that\'s installed'
, ''
, 'Commands:'
, ' console Start up the Geddy REPL'
, ' app <name> Create a new Geddy application'
, ' resource <name> [attrs] Create a new resource. A resource includes'
, ' a model, controller and route'
, ' scaffold <name> [attrs] Create a new scaffolding. Scaffolding includes'
, ' the views, a model, controller and route'
, ' secret Generate a new application secret in'
, ' `congig/environment`'
, ' controller <name> Generate a new controller including an index view'
, ' controller <name> Generate a new controller including an index view'
, ' and and a route'
, ' model <name> [attrs] Generate a new model'
, ''
Expand Down

0 comments on commit 62886dd

Please sign in to comment.