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:
Daniel Stenberg 2024-06-23 16:05:44 +02:00
parent 15e8cebd64
commit fa0b1d9209
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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