Sha256: ae801a78a953924ad4d124951e6fed266018f55a3ebe2b4d4b7f976324af85e6
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
require 'thor/group' require 'skippy/command' module Skippy class Command::Group < Thor::Group # 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).to_s end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.4.3.a | lib/skippy/group.rb |
skippy-0.4.2.a | lib/skippy/group.rb |
skippy-0.4.1.a | lib/skippy/group.rb |
skippy-0.4.0.a | lib/skippy/group.rb |
skippy-0.3.0.a | lib/skippy/group.rb |