Add tick information to server status
This commit is contained in:
parent
6ac5a559b5
commit
db38ad6091
3 changed files with 16 additions and 4 deletions
|
@ -105,6 +105,8 @@ func InnerMain(command string) error {
|
|||
} else {
|
||||
fmt.Printf("Ready: %t\n", response.Ready)
|
||||
fmt.Printf("Version: %s\n", response.Version)
|
||||
fmt.Printf("Tick: %d\n", response.Tick)
|
||||
fmt.Printf("Next Tick: %s\n", response.NextTick)
|
||||
}
|
||||
|
||||
case "register":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue