Class: Pah::Commands::Help

Inherits:
Base
  • Object
show all
Defined in:
lib/pah/commands/help.rb

Constant Summary collapse

<<-HEREDOC
Usage: pah <project_name> Creates a new rails application using project_name
     [--version|-v] Prompts the pah, rails and ruby version
     [--verbose] Ouputs in verbose mode
HEREDOC

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Pah::Commands::Base

Instance Method Details

#runObject



10
11
12
# File 'lib/pah/commands/help.rb', line 10

def run(*)
  puts BANNER
end