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

Resty 1.8 produces strange output under zsh #21

Closed eproxus closed 13 years ago

eproxus commented 13 years ago
$ resty localhost:8000
resty:shift:18: shift count must be <= $#
resty:shift:18: shift count must be <= $#
http://localhost:8000*
micha commented 13 years ago

I'll take a look at this, thanks.

eproxus commented 13 years ago

Fixed! Thanks!