]> Untitled Git - bdk-cli/commit
feat(pretty-fmt): add cli-table to format output
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 18 Aug 2025 13:16:42 +0000 (14:16 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Tue, 26 Aug 2025 08:55:43 +0000 (09:55 +0100)
commit1cadf63a2d6058f5e496860116dc2a4ff1f10e8f
treeba7bf4b9b59974f0c09348b6e92725ffad6155e0
parent67011b37d2df0149192602b97a89d04af2df297c
feat(pretty-fmt): add cli-table to format output

- add cli-table and `--pretty` flag to format
output of commands in a tabular form for:
    - offline wallet commands
    - repl
    - compile commands
    - keys commands
Cargo.lock
Cargo.toml
src/commands.rs
src/handlers.rs