disable.d 399 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: disable
  4. Short: q
  5. Help: Disable .curlrc
  6. Category: curl
  7. Example: -q $URL
  8. Added: 5.0
  9. See-also: config
  10. Multi: boolean
  11. ---
  12. If used as the first parameter on the command line, the *curlrc* config
  13. file will not be read and used. See the --config for details on the default
  14. config file search path.