adding "server" command to start both volume server and an embedded

master server
This commit is contained in:
Chris Lu
2013-12-03 23:22:26 -08:00
parent eeeccf2f78
commit 5fdb1d89ce
3 changed files with 134 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ var server *string
var commands = []*Command{
cmdCompact,
cmdFix,
cmdServer,
cmdMaster,
cmdUpload,
cmdDownload,