You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,3 +193,12 @@ Note: You can modify the `Justfile` to reflect your nodes' configuration values.
193
193
cargo run --features rpc -- wallet -u "127.0.0.1:18443" -c rpc -a user:password sync
194
194
cargo run --features rpc -- wallet -u "127.0.0.1:18443" -c rpc -a user:password balance
195
195
```
196
+
197
+
## Formatting Responses using `--pretty` flag
198
+
199
+
You can optionally return outputs of commands in human-readable, tabular format instead of `JSON`. To enable this option, simply add the `--pretty` flag as a top level flag. For instance, you wallet's balance in a pretty format, you can run:
0 commit comments