Add statistics to client and command to view them
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user