mirror of
https://github.com/httpie/cli.git
synced 2026-06-20 11:32:56 +02:00
Using the name `https` to invoke HTTPie should make HTTPie default to the https:// scheme, but using a fish function to replace invocations of `https` with invocations of `http` defeats this behaviour. Instead, just tell fish to complete `https` in the same way as `http`.