lib/veewee/command.rb in veewee-0.1.3 vs lib/veewee/command.rb in veewee-0.1.4
- old
+ new
@@ -37,9 +37,11 @@
Veewee::Session.undefine(boxname)
end
desc "build BOXNAME", "Build the box BOXNAME"
method_option :force,:type => :boolean , :default => false, :aliases => "-f", :desc => "overwrite the basebox"
+ method_option :nogui,:type => :boolean , :default => false, :aliases => "-n", :desc => "no gui"
+
def build(boxname)
Veewee::Session.build(boxname,options)
end
desc "ostypes", "List the available Operating System types"
\ No newline at end of file