Sha256: db08a11da4ca7c2785a9ec537d9f570fe92d551eeb20fe21681794eff5c53789
Contents?: true
Size: 426 Bytes
Versions: 82
Compression:
Stored size: 426 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandSuspend class Plugin < Vagrant.plugin("2") name "suspend command" description <<-DESC The `suspend` command suspends execution and puts it to sleep. The command `resume` returns it to running status. DESC command("suspend") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
82 entries across 75 versions & 13 rubygems