-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csvlook: Add "Disable reformatting of values." to help text, closes #…
- Loading branch information
1 parent
a5bd024
commit 8628306
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8628306
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.
Nitpicks:
8628306
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.
Every other CSV Kit tool has -I --no-inference with the description "Disable type inference when parsing the input." Inconsistent descriptions might create doubts for users. I added the second clause to resolve the issue you opened. I'll change it to "This disables the reformatting of values" so that it is clear that it is just a consequence of the first clause.