Skip to content
Snippets Groups Projects
Select Git revision
0 results

Cargo.toml

  • Nicolas80's avatar
    55fa2204
    * Extra changes for better json output support · 55fa2204
    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)
    55fa2204
    History
    * Extra changes for better json output support
    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)
This project manages its dependencies using Cargo. Learn more