Sha256: 2f367bc0a497670ce30fc206e6e05b25cc3a28461925a7726fc8b7384b01e637
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
require 'thor' module Skippy class Command < Thor protected # Customize the banner as we don't care for the 'skippy' prefix for each # item in the list. def self.banner(command, namespace = nil, subcommand = false) "#{command.formatted_usage(self, true, subcommand)}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
skippy-0.2.0.a | lib/skippy/command.rb |
skippy-0.1.1.a | lib/skippy/command.rb |
skippy-0.1.0.a | lib/skippy/command.rb |