Skip to content

Commit 1d476d4

Browse files
committed
ref(pretty): remove --pretty flag
- remove --pretty flag - move types to utils - update commands
1 parent 180df23 commit 1d476d4

4 files changed

Lines changed: 333 additions & 913 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,6 @@ Note: You can modify the `Justfile` to reflect your nodes' configuration values.
229229
cargo run --features rpc -- wallet -w regtest1 balance
230230
```
231231

232-
## Formatting Responses using `--pretty` flag
233-
234-
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:
235-
236-
```shell
237-
cargo run -- --pretty -n signet wallet -w {wallet_name} balance
238-
```
239-
This is available for wallet, key, repl and compile features. When ommitted, outputs default to `JSON`.
240-
241232
## Shell Completions
242233

243234
`bdk-cli` supports generating shell completions for Bash, Zsh, Fish, Elvish, and PowerShell. For setup instructions, run:

0 commit comments

Comments
 (0)