Sha256: 473e91183218f9c388d7f867772d46c27d05b941b9c49ab6921e4eae1fea2922
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
module Troo module CLI class ThorFixes < Thor def self.banner(command, namespace = nil, subcommand = false) [basename, @package_name, command.usage].compact.join(' ') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.10 | lib/troo/cli/thor_fixes.rb |
troo-0.0.9 | lib/troo/cli/thor_fixes.rb |