-
- Downloads
* Extra changes for better json output support
* Added proper json output for any GcliError when OutputFormat is `json` (in main.rs main function) and cleaned-up duplicate handling that was in print_command_output_impl * Adapted command `account balance` to the new structure with SerializeHuman * Replaced dbg! by log::warn! in data.rs so that it's not printed by default but high enough to be seen when using `RUST_LOG=debug|info|warn` * This allows having clean "error" json output by default * Updated CHANGELOG for 0.4.3-RC2 (and adapted version)
Showing
- CHANGELOG.md 49 additions, 1 deletionCHANGELOG.md
- Cargo.lock 1 addition, 1 deletionCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- src/commands/account.rs 25 additions, 30 deletionssrc/commands/account.rs
- src/data.rs 1 addition, 1 deletionsrc/data.rs
- src/main.rs 19 additions, 18 deletionssrc/main.rs
Loading
Please register or sign in to comment