mirror of
https://github.com/httpie/cli.git
synced 2025-05-31 23:09:49 +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`.