xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: silent |
| 4 | Short: s |
| 5 | Help: Silent mode |
| 6 | See-also: verbose stderr no-progress-meter |
| 7 | Category: important verbose |
| 8 | Example: -s $URL |
| 9 | Added: 4.0 |
| 10 | Multi: boolean |
| 11 | --- |
| 12 | Silent or quiet mode. Do not show progress meter or error messages. Makes Curl |
| 13 | mute. It will still output the data you ask for, potentially even to the |
| 14 | terminal/stdout unless you redirect it. |
| 15 | |
| 16 | Use --show-error in addition to this option to disable progress meter but |
| 17 | still show error messages. |