micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).
MIT License
2.65k stars 143 forks source link

Cannot use -H under zsh #14

Closed eproxus closed 13 years ago

eproxus commented 13 years ago
$ resty http://localhost:8000
http://localhost:8000*
$ GET /Blah
<?xml version="1.0"?><data>...</data>
$ GET /Blah -H "Accept: application/json"
resty:25: curlopt: assignment to invalid subscript range

I'm running zsh zsh 4.3.9 (i386-apple-darwin10.0) and resty 1.2.

micha commented 13 years ago

Got it. Version 1.3 has the fix. Thanks!

eproxus commented 13 years ago

Awesome. Thanks!