Module: Ufo::Tasks::Help
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
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 |
#register ⇒ Object
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 |