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

actually return 0 when $ret=2 and set -o pipefail #58

Closed padthaitofuhot closed 9 years ago

padthaitofuhot commented 9 years ago

Without explicit return 0 $methods return 1.