Skip to content

Commit

Permalink
TODO: --dry-run
Browse files Browse the repository at this point in the history
Closes curl#5426
  • Loading branch information
bagder committed May 19, 2020
1 parent 39177b8 commit 6c889a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
18.11 Windows: set attribute 'archive' for completed downloads
18.12 keep running, read instructions from pipe/socket
18.13 Ratelimit or wait between serial requests
18.14 --dry-run
18.15 --retry should resume
18.16 send only part of --data
18.17 consider file name from the redirected URL with -O ?
Expand Down Expand Up @@ -1017,6 +1018,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.

See https://github.com/curl/curl/issues/5406

18.14 --dry-run

A command line option that makes curl show exactly what it would do and send
if it would run for real.

See https://github.com/curl/curl/issues/5426

18.15 --retry should resume

When --retry is used and curl actually retries transfer, it should use the
Expand Down

0 comments on commit 6c889a0

Please sign in to comment.