disable.md (412B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: disable 5 Short: q 6 Help: Disable .curlrc 7 Category: curl 8 Added: 5.0 9 Multi: boolean 10 See-also: 11 - config 12 Example: 13 - -q $URL 14 --- 15 16 # `--disable` 17 18 If used as the **first** parameter on the command line, the *curlrc* config 19 file is not read or used. See the --config for details on the default config 20 file search path.