fix default installed conf so loadable

add version command to warren
This commit is contained in:
Dan Ballard 2015-02-18 13:39:07 -08:00
parent 424e386612
commit ff08b0470e
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ func main() {
warren.RegisterCommand(buildCmd)
warren.RegisterCommand(deployCmd)
warren.RegisterCommand(runCmd)
warren.RegisterCommand(versionCmd)
args := os.Args[1:]
if len(args) == 0 || args[0] == "-h" {
usage()

View File

@ -0,0 +1 @@
{}