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

Export resty functions to subshells #89

Open laparca opened 5 years ago

laparca commented 5 years ago

When a subshell is created the resty functions are not exported.

That patch fix the problem on bash shell, others shells can not have this kind of functionality.