-
- Downloads
"common/src/errors.rs" did not exist on "efcb9b2a8688105a6ce339264b56a6da4578f665"
* 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)