Method: Tane::Commands::Create.help_text
- Defined in:
- lib/tane/commands/create.rb
.help_text ⇒ Object
101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/tane/commands/create.rb', line 101 def help_text <<-EOL Usage: tane create 'app_name' Creates a new Cloudfuji-enabled rails app from scratch and launches it. Use this to get started with Cloudfuji quickly and easily tane create my_example_app EOL end |