-
Notifications
You must be signed in to change notification settings - Fork 124
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
feat: allow hiding headers in output #417
Conversation
3dde60b
to
458eadf
Compare
91378de
to
c2deb25
Compare
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.
Thanks for the contribution! Some small nits inline about consistency, but otherwise functionality seems to work as intended.
@sudermanjr I just applied the changes. |
Co-authored-by: Andrew Suderman <andy@suderman.dev>
d4a6b62
to
6a00c45
Compare
@transient1 @sudermanjr can one of you trigger the tests please? |
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.
LGTM. Thanks!
Checklist
Description
What's the goal of this PR?
Allow hiding headers in output.
What changes did you make?
Add a
--no-headers
flag that hide headers in tab, markdown and csv outputs.What alternative solution should we consider, if any?
pluto [snip] -ocsv | grep -v 'KIND,[snip]'