feat: add no-header flag to csv export#841
Conversation
floatpanebot
left a comment
There was a problem hiding this comment.
Hi @A-R-Narke! Please fix the following issues with your PR:
- Title: Does not follow conventional commits (e.g.,
feat: added something,fix(core): resolved crash). - Title: Is too long (74 characters). The PR title must be strictly under 40 characters.
floatpanebot
left a comment
There was a problem hiding this comment.
Hi @A-R-Narke! Please fix the following issues with your PR:
- Title: Does not follow conventional commits (e.g.,
feat: added something,fix(core): resolved crash). - Title: Is too long (71 characters). The PR title must be strictly under 40 characters.
Formatting issues have been resolved. Thank you!
|
@A-R-Narke Why? section should include the wording |
floatpanebot
left a comment
There was a problem hiding this comment.
Hi @andrinoff! Please fix the following issues with your PR:
- Title: Is too long (42 characters). The PR title must be strictly under 40 characters.
Formatting issues have been resolved. Thank you!
andrinoff
left a comment
There was a problem hiding this comment.
@A-R-Narke, Resolve the pending comments.
Good PR, just some small things to correct.
|
/approve |
floatpanebot
left a comment
There was a problem hiding this comment.
Approved on behalf of @andrinoff via /approve command.
What?
Added flag -no-header for suppressing header row in csv
Added tests for it and updated docs
Why?
Closes #707