iroha
iroha copied to clipboard
Detect color support in `parity_scale_decoder`
Instead of feature-gating it, I would suggest following the same pattern that
iroha(crate in /cli/) itself follows:
- It detects colors support automatically via
supports_colorcrate- User can override it by
--terminal-colors=false/--terminal-colors=trueflag
Originally posted by @0x009922 in https://github.com/hyperledger/iroha/pull/4486#discussion_r1572274579