mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:33:42 +03:00
curl: --no-progress-meter
New option that allows a user to ONLY switch off curl's progress meter and leave everything else in "talkative" mode. Reported-by: Piotr Komborski Fixes #4422 Closes #4470
This commit is contained in:
parent
67bb7926ed
commit
93373a960c
3 changed files with 21 additions and 5 deletions
8
docs/cmdline-opts/progress-meter.d
Normal file
8
docs/cmdline-opts/progress-meter.d
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Long: progress-meter
|
||||
Help: Show the progress meter
|
||||
See-also: verbose silent
|
||||
Added: 7.67.0
|
||||
---
|
||||
Option to only switch the progress meter output on or off (with
|
||||
--no-progress-meter) without muting or otherwise affecting warning and
|
||||
informational messages like --silent does.
|
||||
Loading…
Add table
Add a link
Reference in a new issue