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