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