From f2636355c1a601495c486f8b24be8bbf0073be78 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 11 Feb 2010 00:51:21 -0800 Subject: [PATCH] `vagrant init` command. Used for initializing directories with vagrant. --- lib/vagrant/commands.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/commands.rb b/lib/vagrant/commands.rb index 147b5ef19..7c529ce0a 100644 --- a/lib/vagrant/commands.rb +++ b/lib/vagrant/commands.rb @@ -6,6 +6,7 @@ module Vagrant class Commands extend Vagrant::Util + class << self # Initializes a directory for use with vagrant. This command copies an # initial `Vagrantfile` into the current working directory so you can