Make output format of cargo contract info
consistent with other subcommands
#1112
Labels
cargo contract info
consistent with other subcommands
#1112
The Problem
This is the format we typically use:
This is the format
cargo contract info
currently has:cargo contract info
should use the same output format here. This is where the output happens: https://github.com/paritytech/cargo-contract/blob/master/crates/cargo-contract/src/cmd/info.rs#L129-L138.And this is where the correct output format happens: https://github.com/paritytech/cargo-contract/blob/master/crates/cargo-contract/src/cmd/extrinsics/mod.rs#L328-L352.
How to reproduce
(1) Start
substrate-contracts-node
in one terminal.(2)
The text was updated successfully, but these errors were encountered: