blob: da845d93998951c920ebd63ae12071363f5fa1de [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: libcurl
4Arg: <file>
5Help: Dump libcurl equivalent code of this command line
6Added: 7.16.1
7Category: curl
8Example: --libcurl client.c $URL
9See-also: verbose
10Multi: single
11---
12Append this option to any ordinary curl command line, and you will get
13libcurl-using C source code written to the file that does the equivalent
14of what your command-line operation does!
15
16This option is global and does not need to be specified for each use of
17--next.