astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Fixes #21, add flag to optionally support unverified SSL requests #22

Closed chrissexton closed 9 years ago

chrissexton commented 9 years ago

As an easy fix to #21, I kept the flag/description the same as with curl, though I dislike -k as it doesn't really describe the functionality. -i may be better. It's used for including headers in the output of curl, and bat does not do that via a flag.

chrissexton commented 9 years ago

Agreed on the i switch. I nearly just changed it yesterday.

astaxie commented 9 years ago

Cool, Thanks