Sha256: fe96539c265244a2a0826b4018945f5eced4155d2353dae95998ac56e5bcd28f

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

require 'thor'
require 'thor/group'

module Artoo
  module Commands
    class Commands < Thor
      include Thor::Actions
      include Artoo::Utility

      def self.banner(command, namespace = nil, subcommand = false)
        "#{basename} #{@package_name} #{command.usage}"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
artoo-1.1.1 lib/artoo/commands/commands.rb
artoo-1.1.0 lib/artoo/commands/commands.rb
artoo-1.1.0.pre lib/artoo/commands/commands.rb