class InitializeHelpCommand
Public Class Methods
run(*args)
click to toggle source
# 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