summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-02-07 00:27:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-07 00:27:36 +0100
commit1ca54daf3ebc4dc587f297f057afd9532463add2 (patch)
treec33b78e7c28402cdb32a5632b4edb3a41843b0be
parent9e7fcd4291425a528075e6e8e8a459e2ee063463 (diff)
downloadcurl-1ca54daf3ebc4dc587f297f057afd9532463add2.tar.gz
TODO: 17.11 -w output to stderr
-rw-r--r--docs/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index e23132228..9973e3b80 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -123,6 +123,7 @@
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