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: no-progress-meter |
| 4 | Help: Do not show the progress meter |
| 5 | See-also: verbose silent |
| 6 | Added: 7.67.0 |
| 7 | Category: verbose |
| 8 | Example: --no-progress-meter -o store $URL |
| 9 | Multi: boolean |
| 10 | --- |
| 11 | Option to switch off the progress meter output without muting or otherwise |
| 12 | affecting warning and informational messages like --silent does. |
| 13 | |
| 14 | Note that this is the negated option name documented. You can thus use |
| 15 | --progress-meter to enable the progress meter again. |