We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had to do a diff on two semicolon separated files, and had to enter --delimiter-left <arg> and --delimiter-right <arg>.
diff
--delimiter-left <arg>
--delimiter-right <arg>
If both have the same delimiter, should one then not perhaps also have a -d<arg>?
-d<arg>
The text was updated successfully, but these errors were encountered:
Once @janriemer fixes #2443, I can certainly add this "convenience" option as an enhancement.
Sorry, something went wrong.
feat: diff add --delimiter option
--delimiter
7c1967f
as per #2447 Also inlined `write_diff_byte_record` which is in a hot loop
Successfully merging a pull request may close this issue.
I had to do a
diff
on two semicolon separated files, and had to enter--delimiter-left <arg>
and--delimiter-right <arg>
.If both have the same delimiter, should one then not perhaps also have a
-d<arg>
?The text was updated successfully, but these errors were encountered: