Lines Matching +full:- +full:- +full:disable +full:- +full:docs
1 ---
3 SPDX-License-Identifier: curl
11 See-also:
12 - disable
14 - --config file.txt $URL
15 ---
17 # `--config`
35 If the first non-blank column of a config line is a '#' character, that line
41 Specify the filename to --config as minus "-" to make curl read the file from
45 it using the --url option, and not by simply writing the URL on its own
48 url = "https://curl.se/docs/"
50 # --- Example file ---
54 user-agent = "superagent/1.0"
57 url = "example.com/docs/manpage.html"
58 -O
60 # --- End of example file ---
62 When curl is invoked, it (unless --disable is used) checks for a default
63 config file and uses it if found, even when --config is used. The default
78 7) Non-Windows: use getpwuid to find the home directory