working through cli

This commit is contained in:
rigelrozanski
2018-05-31 14:56:17 -07:00
parent 94e78e0602
commit afc2bbfe09
4 changed files with 65 additions and 63 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ func printInfo(info keys.Info) {
fmt.Printf("NAME:\tADDRESS:\t\t\t\t\t\tPUBKEY:\n")
printKeyOutput(ko)
case "json":
out, err := json.MarshalIndent(ko, "", "\t")
out, err := MarshalJSON(ko)
if err != nil {
panic(err)
}