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

Version Path
ufo-2.1.0 lib/ufo/tasks/help.rb
ufo-2.0.3 lib/ufo/tasks/help.rb
ufo-2.0.2 lib/ufo/tasks/help.rb
ufo-2.0.1 lib/ufo/tasks/help.rb
ufo-2.0.0 lib/ufo/tasks/help.rb
ufo-1.7.1 lib/ufo/tasks/help.rb
ufo-1.7.0 lib/ufo/tasks/help.rb
ufo-1.6.2 lib/ufo/tasks/help.rb
ufo-1.6.1 lib/ufo/tasks/help.rb
ufo-1.6.0 lib/ufo/tasks/help.rb
ufo-1.5.0 lib/ufo/tasks/help.rb