joinp --ignore-case option help text #2363
Closed
datatraveller1
started this conversation in
General
Replies: 1 comment
-
Created two issues from discussion: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
qsv 1.0.0:
qsv joinp --help
states "
However, joinp doesn't have an --ignore-case option.
"But it seems to have one:
joinp options: -i, --ignore-case When set, joins are done case insensitively.
Should the help text be corrected?
Futher, I have a suggestion: It would be nice if the following options could be added:
--right-anti
--right-semi
I know I can achieve this by using
--left-anti
and--left-semi
and swapping<columns1> <input1>
and<columns2> <input2>
, but that would be more convenient.Beta Was this translation helpful? Give feedback.
All reactions