progress-bar.d 771 B

12345678910111213141516171819202122
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Short: #
  4. Long: progress-bar
  5. Help: Display transfer progress as a bar
  6. Category: verbose
  7. Example: -# -O $URL
  8. Added: 5.10
  9. See-also: styled-output
  10. Multi: boolean
  11. ---
  12. Make curl display transfer progress as a simple progress bar instead of the
  13. standard, more informational, meter.
  14. This progress bar draws a single line of '#' characters across the screen and
  15. shows a percentage if the transfer size is known. For transfers without a
  16. known size, there will be space ship (-=o=-) that moves back and forth but
  17. only while data is being transferred, with a set of flying hash sign symbols on
  18. top.
  19. This option is global and does not need to be specified for each use of
  20. --next.