apoorvam1

Results 2 comments of apoorvam1

Here's my finding: We need to suppress usage info for internal errors with `cmd.SilenceUsage = true` and not call the cobra.CheckErr() function here explicitly https://github.com/hyperledger/firefly-cli/blob/main/cmd/root.go#L85 as it results in printing...