Mitchell Hashimoto
|
12b8ab4516
|
Refactor the "all or single" behavior of many commands into the base.
|
2010-05-21 23:38:44 -07:00 |
|
Mitchell Hashimoto
|
709c50e7b6
|
vagrant status updated to work with multi-VM. Global status not yet functional.
|
2010-05-16 17:40:40 -07:00 |
|
Mitchell Hashimoto
|
c28195ed26
|
Add '--help' to any command to immediately get help for that command.
|
2010-04-25 16:58:35 -07:00 |
|
Mitchell Hashimoto
|
95592eb7f6
|
vagrant --version outputs the version
|
2010-04-13 15:45:38 -07:00 |
|
Mitchell Hashimoto
|
b4d1ee6e83
|
Commands specify their option parsings in the options_spec method. Parent takes care of the rest.
|
2010-04-13 15:34:26 -07:00 |
|
Mitchell Hashimoto
|
26c12a9a17
|
Init subcommand is working
|
2010-04-13 14:03:50 -07:00 |
|
Mitchell Hashimoto
|
9ce860cb40
|
Base tests
|
2010-04-13 13:54:42 -07:00 |
|
Mitchell Hashimoto
|
bb0d3f7f93
|
Base command now recursively dispatches, allowing for arbitrarily complex commands such as vagrant a b c
|
2010-04-13 13:53:27 -07:00 |
|
Mitchell Hashimoto
|
aec05eff0d
|
Commands can now be registered as subcommands (similar to how config works)
|
2010-04-13 13:13:55 -07:00 |
|
Mitchell Hashimoto
|
5c3171a8f9
|
Option parsing is in on the base command
|
2010-04-13 01:42:11 -07:00 |
|