mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
590 B
590 B
| c | SPDX-License-Identifier | Long | Short | Help | Category | Added | Multi | See-also | Example | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | silent | s | Silent mode | important verbose | 4.0 | boolean |
|
|
--silent
Silent or quiet mode. Do not show progress meter, warning messages or error messages. Makes curl mute. It still outputs the data you ask for, potentially even to the terminal/stdout unless you redirect it.
Use --show-error in addition to this option to disable progress meter but still show error messages.