mirror of
https://github.com/httpie/cli.git
synced 2025-08-16 22:31:44 +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
|
# Alias for https to http
|
||||||
|
|
||||||
function https --wraps http
|
complete -c https -w http
|
||||||
http $argv;
|
|
||||||
end
|
|
||||||
|
@ -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.
|
.\" 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
|
.SH NAME
|
||||||
http
|
http
|
||||||
.SH SYNOPSIS
|
.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.
|
.\" 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
|
.SH NAME
|
||||||
httpie
|
httpie
|
||||||
.SH SYNOPSIS
|
.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.
|
.\" 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
|
.SH NAME
|
||||||
https
|
https
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
Reference in New Issue
Block a user