lib/veewee/command/vagrant/basebox.rb in veewee-0.3.0.alpha8 vs lib/veewee/command/vagrant/basebox.rb in veewee-0.3.0.alpha9
- old
+ new
@@ -10,10 +10,11 @@
require 'veewee/command/vagrant/ssh'
require 'veewee/command/vagrant/define'
require 'veewee/command/vagrant/undefine'
require 'veewee/command/vagrant/validate'
require 'veewee/command/vagrant/export'
+require 'veewee/command/vagrant/screenshot'
module Veewee
module Command
module Vagrant
@@ -34,9 +35,10 @@
@subcommands.register(:ssh) { Veewee::Command::Vagrant::Ssh }
@subcommands.register(:define) { Veewee::Command::Vagrant::Define }
@subcommands.register(:undefine) { Veewee::Command::Vagrant::Undefine }
@subcommands.register(:export) { Veewee::Command::Vagrant::Export }
@subcommands.register(:validate) { Veewee::Command::Vagrant::Validate }
+ @subcommands.register(:screenshot) { Veewee::Command::Vagrant::Screenshot }
end
def execute