mirror of
https://github.com/httpie/cli.git
synced 2025-04-25 12:14:54 +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`.