+1
Declined
| operator not working in Tools Arguments
hello | operator fails to execute here
diff ${commit}^..${commit} -- "${fileOpen}" | ${git} apply --3way
when i execute same command from mingw64 it works correctly
https://www.tutorialspoint.com/unix/unix-io-redirections.htm
| Takes output from one program, or process, and sends it to another |
Customer support service by UserEcho
This is expected because | only works in shells. You would have to run a shell script that performs the desired command.
Please contact smartgit@syntevo.com if you need to get support. This is rather for feature requests.