We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d053e3 commit 254c978Copy full SHA for 254c978
cmd/assetDetails.go
@@ -60,7 +60,7 @@ An asset is an individual component on an account. Assets have categories.
60
if err != nil {
61
lwCliInst.Die(err)
62
}
63
- fmt.Printf(pretty)
+ fmt.Print(pretty)
64
} else {
65
fmt.Print(details)
66
cmd/assetList.go
@@ -67,7 +67,7 @@ Examples:
67
68
69
70
71
72
cnt := 1
73
for _, item := range results.Items {
0 commit comments