Compare commits

...

2 Commits

Author SHA1 Message Date
ash
5b604c37c6 Fix https behaviour in fish (#1611)
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`.
2024-12-17 09:30:35 -08:00
2843b874c6 [automated] Update generated content (#1607)
Co-authored-by: jkbrzt <jkbrzt@users.noreply.github.com>
2024-11-01 10:35:35 -07:00
4 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH http 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.TH http 1 "2024-11-01" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
http
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/manager/cli.py by extras/scripts/generate_man_pages.py.
.TH httpie 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.TH httpie 1 "2024-11-01" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
httpie
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH https 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual"
.TH https 1 "2024-11-01" "HTTPie 3.2.4" "HTTPie Manual"
.SH NAME
https
.SH SYNOPSIS