Module: Ufo::Tasks::Help

Extended by:
Help
Included in:
Help
Defined in:
lib/ufo/tasks/help.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



3
4
5
6
7
8
9
10
11
12
13
# File 'lib/ufo/tasks/help.rb', line 3

def build
<<-EOL
Examples:

$ ufo tasks build

Builds all the task defintiions.

Note all the existing ufo/output generated task defintions are wiped out.
EOL
end

#registerObject



15
16
17
18
19
20
21
22
# File 'lib/ufo/tasks/help.rb', line 15

def register
<<-EOL
Examples:

$ ufo tasks register
All the task defintiions in ufo/output registered.
EOL
end