Class: InitializeHelpCommand
- Inherits:
-
Object
- Object
- InitializeHelpCommand
- Defined in:
- lib/help/initialize.rb
Class Method Summary collapse
Class Method Details
.run(*args) ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/help/initialize.rb', line 4 def run *args puts "Options: You have the availability to skip portions of the initialize command. If you would like to skip the initial route nmespace use: --skip-routes Run to initialize your project: 'railspp initialize' " end |