Sha256: 8771c1f7576f36da846cc61de9f4a2c6d33ed900bd343374dd9994de9ce9b30a

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

require 'thor/group'

require 'skippy/command'

module Skippy
  class Command::Group < Thor::Group

    protected

    # Customize the banner as we don't care for the 'skippy' prefix for each
    # item in the list.
    def self.banner
      "#{self_command.formatted_usage(self, false)}"
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skippy-0.2.0.a lib/skippy/group.rb
skippy-0.1.1.a lib/skippy/group.rb
skippy-0.1.0.a lib/skippy/group.rb