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.
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.