mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
TODO: -h option
Support "curl -h --insecure" etc to output the manpage section for the --insecure command line option in the terminal. Should be possible to work with either long or short versions of command line options. Closes #13990
This commit is contained in:
parent
15e8cebd64
commit
fa0b1d9209
@ -150,6 +150,7 @@
|
||||
18. Command line tool
|
||||
18.1 sync
|
||||
18.2 glob posts
|
||||
18.3 -h option
|
||||
18.4 --proxycommand
|
||||
18.5 UTF-8 filenames in Content-Disposition
|
||||
18.6 Option to make -Z merge lined based outputs on stdout
|
||||
@ -1037,6 +1038,12 @@
|
||||
Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
|
||||
This is easily scripted though.
|
||||
|
||||
18.3 -h option
|
||||
|
||||
Support "curl -h --insecure" etc to output the manpage section for the
|
||||
--insecure command line option in the terminal. Should be possible to work
|
||||
with either long or short versions of command line options.
|
||||
|
||||
18.4 --proxycommand
|
||||
|
||||
Allow the user to make curl run a command and use its stdio to make requests
|
||||
|
Loading…
Reference in New Issue
Block a user