Sha256: f524453b3a0f98a4b9fee4c89eac55a33ac04a0d54cccaa2d804a4f38e5e6f60
Contents?: true
Size: 350 Bytes
Versions: 11
Compression:
Stored size: 350 Bytes
Contents
module Ufo module Tasks::Help 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 def register <<-EOL Examples: $ ufo tasks register All the task defintiions in ufo/output registered. EOL end extend self end end
Version data entries
11 entries across 11 versions & 1 rubygems