What version of fd are you using?
fd 8.1.1
cwebp 1.1.0
I do not know much English. it's easier for me to explain in Russian. excuse me.
what am I doing wrong? we have. PowerShell 7 and CMD from Windows 10. Do they process the same command differently? how to teach PowerShell to correctly process the command?
fd -e jpg -x cwebp -q 80 {} -o {.}.webp

I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell
I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell
yes. fd -e jpg -x cwebp q 80 "{}" -o "{.}.webp" - so there are no errors. thank. such a trifle, and so spoils everything.
Most helpful comment
I'm not an expert in either powershell or cmd.exe, but I think you might need to quote or escape the "{.}" And possibly other special characters in powershell