/x or /xq command line options not working when comparing folders? #640
CarlColijn
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hello. Feature request: Please have the command line options '/x' and '/xq' work the same for comparing folders as it does for comparing files. I am automating software testing with WinMerge, using exitcodes to determine pass/fail. The command line I use is: WinMergeU.exe /r /e /m Full /xq /u /enableexitcode "LEFT_ITEM" "RIGHT_ITEM". Currently WinMerge remains open awaiting user input when directory comparison is complete and closes with exitcode when file comparison is complete. WinMerge is excellent, I have been using it for many years, thank you all for maintaining and improving it. -Cecil |
Beta Was this translation helpful? Give feedback.
2 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.
-
When I try to use the /x or /xq command line switch when comparing individual files this works wonderfully. However, when I tell WinMerge to compare two identical folders these switches don't seem to work. This is with and without a /r switch present.
Looking at the source I think I found the answer; the file
MergeDoc.cpp
has the following on line 2935:So I guess it's by design. The bigger question however is: "Why", and my follow-up question would be: "Wouldn't it be nice if it worked though?"
Beta Was this translation helpful? Give feedback.
All reactions