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
"Examples:\n\n$ ufo tasks build\n\nBuilds all the task defintiions.\n\nNote all the existing ufo/output generated task defintions are wiped out.\n"
end

#registerObject



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

def register
"Examples:\n\n$ ufo tasks register\nAll the task defintiions in ufo/output registered.\n"
end