2.2.14
- Invoke curl without using user's
~/.curlrc
config (#223, #224) by @bcspragu.- The idea is that a
~/.curlrc
can contain options that change the output, like-w
, which can cause downstream tooling (liketar
) to fail. In this case, we wantcurl
to behave consistently regardless of how the user has configured curl.
- The idea is that a