On Linux + Bash, rargs works as expected:
$ echo "hello" | rargs -e echo {0}
echo hello
On Windows + Powershell, the output is broken:
PS C:\> echo "hello" | rargs -e echo {0}
echo -encodedCommand MAA= -inputFormat xml -outputFormat text
echo -encodedCommand MAA= -inputFormat xml -outputFormat text
On Windows + cmd, it works fine.
On Linux + Bash, rargs works as expected:
On Windows + Powershell, the output is broken:
On Windows + cmd, it works fine.