2
0

no-progress-meter.d 534 B

123456789101112131415
  1. c: Copyright (C) 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. Note that this is the negated option name documented. You can thus use
  14. --progress-meter to enable the progress meter again.