command/server: add config loading

This commit is contained in:
Mitchell Hashimoto
2015-03-12 15:21:11 -07:00
parent 5711997ed4
commit 2bbd5fa66e
11 changed files with 544 additions and 0 deletions

View File

@@ -48,6 +48,12 @@ func init() {
}, nil
},
"server": func() (cli.Command, error) {
return &command.ServerCommand{
Meta: meta,
}, nil
},
"version": func() (cli.Command, error) {
ver := Version
rel := VersionPrerelease