Skip to content
Snippets Groups Projects
Commit 55fa2204 authored by Nicolas80's avatar Nicolas80
Browse files

* 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)
parent c5354176
No related branches found
No related tags found
1 merge request!46Json output
Pipeline #40788 passed