Sha256: 606831c29c8519fde49469fffa5ff6c0cdfc5053733fec2e9499053a4d624488

Contents?: true

Size: 341 Bytes

Versions: 10

Compression:

Stored size: 341 Bytes

Contents

module Boxes
  class Command < CLAide::Command
    require "boxes/command/build"
    require "boxes/command/env"

    self.abstract_command = true
    self.command = "boxes"
    self.version = VERSION
    self.description = "A command line tool that takes the complexity out " \
                       "of building Vagrant boxes."
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
boxes-3.7.0 lib/boxes/command.rb
boxes-3.6.1 lib/boxes/command.rb
boxes-3.6.0 lib/boxes/command.rb
boxes-3.5.0 lib/boxes/command.rb
boxes-3.4.0 lib/boxes/command.rb
boxes-3.3.1 lib/boxes/command.rb
boxes-3.3.0 lib/boxes/command.rb
boxes-3.2.0 lib/boxes/command.rb
boxes-3.1.0 lib/boxes/command.rb
boxes-3.0.0 lib/boxes/command.rb