diff --git a/extras/httpie-completion.fish b/extras/httpie-completion.fish index 102399a4..c0cfc20a 100644 --- a/extras/httpie-completion.fish +++ b/extras/httpie-completion.fish @@ -116,6 +116,4 @@ complete -c http -l debug -d 'Show debugging output' # Alias for https to http -function https --wraps http - http $argv; -end +complete -c https -w http