-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Restore --format table support #7987
Restore --format table support #7987
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jwhonce The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
01149ed
to
d6d573b
Compare
3b5df1a
to
3e906d6
Compare
return nil | ||
} | ||
|
||
w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', 0) |
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.
Unless they're on top of each other, I really dislike short variable names, especially so one char ones. Searching for them is just too painful when updating/fixing two years from now.
LGTM besides @TomSweeneyRedHat 's comment & tests |
3e906d6
to
006dad3
Compare
* system df * events * fix error handling from go routine * update tests to use gomega matchers for better error messages * system info * version * volume inspect Signed-off-by: Jhon Honce <[email protected]>
006dad3
to
eb4a746
Compare
/lgtm |
Signed-off-by: Jhon Honce [email protected]