weaver
weaver copied to clipboard
Fixing escape issues with curl and zsh
Hi @danielmapar! Thanks for the fix. I'm not super familiar with zsh. Could we escape things using single quotes instead of backslashes like this:
curl 'localhost:12345/hello?name=Weaver'
If that does work, I think it's a bit easier to read?
@mwhittaker very good point, and yes " works as well. I updated the PR to use " instead of escaping chars with \.
I re-based the PR branch @mwhittaker, let me know if I need to do any further steps to get it merged.
Merged! Thanks so much for your contribution @danielmapar!