command/init

This commit is contained in:
Mitchell Hashimoto
2015-03-13 10:32:39 -07:00
parent 722a3875cf
commit 6b83c937d4
4 changed files with 137 additions and 0 deletions

View File

@@ -48,6 +48,12 @@ func init() {
}, nil
},
"init": func() (cli.Command, error) {
return &command.InitCommand{
Meta: meta,
}, nil
},
"server": func() (cli.Command, error) {
return &command.ServerCommand{
Meta: meta,