curl/tests/data/test1711
John Haugabook 5fed917a66
add documentation and test
* cmd documentation for cheat-sheet

* help.md: document cheat-sheet

Add documentation for cheat-sheet argument.

* curl: add line on cheat-sheet

* help.c: make test for cheat-sheet

* help.c: add cheat-sheet test

Test to verify no error with --help cheat-sheet argument.
2025-08-02 18:09:31 -04:00

34 lines
303 B
Text

<testcase>
<info>
<keywords>
curl
</keywords>
</info>
#
# Client-side
<client>
<features>
manual
</features>
<server>
none
</server>
<name>
Verify curl -h cheat-sheet
</name>
<command>
-h cheat-sheet
</command>
</client>
#
# Verify no error
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>