vagrant/lib
Mitchell Hashimoto 83917a6bb0 Added `arg` and `arg_extra` API to easy commands
Easy commands can now easily get arguments from the command line.

Using `arg`, you can get named arguments on the command line, such as
"--foo" or "-f"

With `arg_extra`, you can get any remaining arguments after a "--"
on the command line, which is a common pattern used to grab longer
parameters.
2012-06-01 15:57:55 +02:00
..
vagrant Added `arg` and `arg_extra` API to easy commands 2012-06-01 15:57:55 +02:00
vagrant.rb Vagrant.configure and versioned configuration 2012-05-21 21:47:01 -07:00