Commit a78cc3b
committed
Merge #212: feat(pretty-format): add pretty flag to format outputs in a tabular form
94012c6 feat(pretty-fmt): update README for `pretty` flag (Vihiga Tyonum)
1cadf63 feat(pretty-fmt): add cli-table to format output (Vihiga Tyonum)
Pull request description:
Fixes #193
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
This PR adds a top level flag `--pretty` to format output in a tabular form to enhance readability for users.
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
### Notes to the reviewers
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts
of the PR were done in a specific way -->
## Changelog notice
- Add `--pretty` top level flag for formatting commands output in a tabular format
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
#### New Features:
* [ ] I've added tests for the new feature
* [x] I've added docs for the new feature
* [x] I've updated `CHANGELOG.md`
Top commit has no ACKs.
Tree-SHA512: 61dee251b2f3615ae013c31bcd484db7315ddab103a1668f8ca20d34337042bcc8ad48c5014029db5fecb6b5573c2c3ac9a2521e31678d851191841733bceafcFile tree
7 files changed
+509
-104
lines changed- src
7 files changed
+509
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments