Sha256: 04ff0fafd878603223e1dcec545769a1e22a8fd8d83c6753f1e7a1b1bfb4c33e

Contents?: true

Size: 348 Bytes

Versions: 9

Compression:

Stored size: 348 Bytes

Contents

module Boxes
  # Class which encapsulates the command line handling.
  class Command < CLAide::Command
    require 'boxes/command/build'
    require 'boxes/command/env'

    self.abstract_command = true
    self.command = 'boxes'
    self.version = VERSION
    self.description = 'Toolkit for building Vagrantboxes, VM and cloud images.'
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
boxes-2.5.0 lib/boxes/command.rb
boxes-2.4.0 lib/boxes/command.rb
boxes-2.3.0 lib/boxes/command.rb
boxes-2.2.0 lib/boxes/command.rb
boxes-2.1.1 lib/boxes/command.rb
boxes-2.1.0 lib/boxes/command.rb
boxes-2.0.2 lib/boxes/command.rb
boxes-2.0.1 lib/boxes/command.rb
boxes-2.0.0 lib/boxes/command.rb