mirror of
https://github.com/httpie/cli.git
synced 2025-08-16 08:28:32 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5b604c37c6 | |||
2843b874c6 |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user