Add the rover inventory to the "rover" response

This commit is contained in:
Marc Di Luzio 2020-06-26 23:44:52 +01:00
parent e1bff92a56
commit e6a25a5310
5 changed files with 69 additions and 46 deletions

View file

@ -268,7 +268,7 @@ func InnerMain(command string, args ...string) error {
return err
default:
fmt.Printf("attributes: %+v\n", response)
fmt.Printf("rover info: %+v\n", response)
}
default: