Sha256: e8e8a1bc14fb67801c3a0a61a1191116ba75fbca63f50189604ff7ad1030da4b
Contents?: true
Size: 341 Bytes
Versions: 3
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.5.2.a | lib/skippy/group.rb |
skippy-0.5.1.a | lib/skippy/group.rb |
skippy-0.5.0.a | lib/skippy/group.rb |