Sha256: 3f66e40a5cc747c2a3a7477a343cd2e9fca1e3078a29023a2433ca406c05b925
Contents?: true
Size: 434 Bytes
Versions: 15
Compression:
Stored size: 434 Bytes
Contents
module Taperole module Commands class Installer < Thor include Taperole::Installer include Taperole::Helpers::Logging option :vagrant, type: :boolean desc 'install', 'Creates all necessary hosts and config files' def install install_tape end desc 'uninstall', 'Cleans up files generated by the installer' def uninstall uninstall_tape end end end end
Version data entries
15 entries across 15 versions & 1 rubygems