]> granicus.if.org Git - curl/commitdiff
TODO: 17.11 -w output to stderr
authorDaniel Stenberg <daniel@haxx.se>
Sat, 6 Feb 2016 23:27:28 +0000 (00:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 6 Feb 2016 23:27:36 +0000 (00:27 +0100)
docs/TODO

index e231322282c1a2d2029482158d4523715fdd4708..9973e3b808339fc5d26742b18b4cb07dbe889b4d 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  17.8 offer color-coded HTTP header output
  17.9 Choose the name of file in braces for complex URLs
  17.10 improve how curl works in a windows console window
+ 17.11 -w output to stderr
 
  18. Build
  18.1 roffit
@@ -737,6 +738,14 @@ that doesn't exist on the server, just like --ftp-create-dirs.
  window, the transfer is interrupted and can get disconnected. This can
  probably be improved. See https://github.com/curl/curl/issues/322
 
+17.11 -w output to stderr
+
+ -w is quite useful, but not to those of us who use curl without -o or -O
+ (such as for scripting through a higher level language). It would be nice to
+ have an option that is exactly like -w but sends it to stderr
+ instead. Proposed name: --write-stderr. See
+ https://github.com/curl/curl/issues/613
+
 
 18. Build