added map port response as JSON output

This commit is contained in:
2024-10-20 22:29:05 +01:00
parent 7a86bb29c9
commit ff105bf9e0
4 changed files with 55 additions and 48 deletions

View File

@@ -290,7 +290,7 @@ var CliAction = func(ctx *cli.Context) error {
if err != nil {
fmt.Println(err)
} else {
fmt.Println(address)
client.PrettyPrint(address)
}
}