1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: libcurl 5Arg: <file> 6Help: Generate libcurl code for this command line 7Added: 7.16.1 8Category: curl global 9Multi: single 10Scope: global 11See-also: 12 - verbose 13Example: 14 - --libcurl client.c $URL 15--- 16 17# `--libcurl` 18 19Append this option to any ordinary curl command line, and you get 20libcurl-using C source code written to the file that does the equivalent of 21what your command-line operation does. 22