Class: Caterpillar::Usage

Inherits:
Object
  • Object
show all
Defined in:
lib/caterpillar/usage.rb

Class Method Summary collapse

Class Method Details

.showObject



10
11
12
13
14
15
16
17
18
19
20
21
22
23
# File 'lib/caterpillar/usage.rb', line 10

def self.show
  STDOUT.puts %{
Usage:
  caterpillar --describe # gives you an overview of the tasks

For more information on usage in your Rails-portlet project,
see the README in the gem or at http://github.com/lamikae/caterpillar
  }
# XXX: write better usage for stdout
=begin
To start up a new JRuby Rails-portlet project:
  caterpillar rails project_name
=end
end