Add statistics to client and command to view them

This commit is contained in:
2013-09-04 23:09:28 -04:00
parent e375489cae
commit 11b57cda66
4 changed files with 109 additions and 17 deletions

View File

@ -27,17 +27,16 @@ var commands []Command = []Command{
fn: StopClient,
explanation: "Stop the client daemon",
},
Command{
cmd: "status",
fn: GetStatus,
explanation: "Get a summary of the client's status",
},
Command{
cmd: "version",
fn: PrintVersion,
explanation: "Display the current version",
},
/* Command{
cmd: "status",
fn: GetStatus,
explanation: "Get a summary of the client's status",
},
*/
}
func main() {