xref: /aosp_15_r20/external/curl/docs/cmdline-opts/disable.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: disable
5Short: q
6Help: Disable .curlrc
7Category: curl
8Added: 5.0
9Multi: boolean
10See-also:
11  - config
12Example:
13  - -q $URL
14---
15
16# `--disable`
17
18If used as the **first** parameter on the command line, the *curlrc* config
19file is not read or used. See the --config for details on the default config
20file search path.
21