Sha256: 27ef04c4e5de419087bcb7576ac7e6842dcd6718431f8d58e6ca5f3f35873386

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

module Phase
  module CLI
    class Command

      class << self
        include ::Commander::Methods
      end

      attr_reader :args, :options

      def initialize(args, options)
        @args = args
        @options = options
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phase-0.0.5 lib/phase/cli/command.rb
phase-0.0.4 lib/phase/cli/command.rb
phase-0.0.2 lib/phase/cli/command.rb
phase-0.0.1 lib/phase/cli/command.rb