silent.d 539 B

12345678910111213141516
  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. ---
  11. Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
  12. mute. It will still output the data you ask for, potentially even to the
  13. terminal/stdout unless you redirect it.
  14. Use --show-error in addition to this option to disable progress meter but
  15. still show error messages.