Select Git revision
-
Nicolas80 authored
* 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)
Nicolas80 authored* 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)