nervosnetwork / ckb-cli

CKB command line interface
MIT License
55 stars 35 forks source link

Missing newline after printing version. #417

Closed jordanmack closed 3 years ago

jordanmack commented 3 years ago

There is no newline after printing the version. Please see the screenshot below for comparison with the CKB node and CKB Indexer.

20210824002132

TheWaWaR commented 3 years ago

Good catch.

It's a bug of clap. https://github.com/clap-rs/clap/issues/1960 Currently will fix this by add \n to the end of the version string, will revisit this when clap updated.

TheWaWaR commented 3 years ago

Will fix in PR https://github.com/nervosnetwork/ckb-cli/pull/418