-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add verbose mode to lotus-miner pieces list-cids #7699
Conversation
0d4dd08
to
a6fbf5b
Compare
a6fbf5b
to
f8b1328
Compare
Codecov Report
@@ Coverage Diff @@
## master #7699 +/- ##
==========================================
- Coverage 39.56% 39.43% -0.13%
==========================================
Files 637 637
Lines 67924 67957 +33
==========================================
- Hits 26872 26800 -72
- Misses 36446 36532 +86
- Partials 4606 4625 +19
Continue to review full report at Codecov.
|
@@ -61,9 +68,54 @@ var piecesListCidInfosCmd = &cli.Command{ | |||
return err | |||
} | |||
|
|||
w := tablewriter.New(tablewriter.Col("CID"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this gonna get printed in non verbose mode too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, tablewriter doesn't print anything with no entries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nice
No description provided.