nspcc-dev/neofs-node

Improve `verbose` mode of the CLI

Open

#1,121 opened on Jan 28, 2022

 (2 comments) (1 reaction) (0 assignees)Go (49 forks)auto 404
I3S3U4discussiongood first issueneofs-cli

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (PR metrics pending)

Description

Verbose printing is used in printVerbose function only. That function is called only 23 times in the whole neofs-cli app.

I believe our CLI could be more communicative for both user and developer when he debugs some errors.

Contributor guide