]> granicus.if.org Git - curl/commit
cli tool: in -F option arg, comma is a delimiter for files only
authorPatrick Monnerat <patrick@monnerat.net>
Sun, 29 Oct 2017 12:57:16 +0000 (13:57 +0100)
committermonnerat <monnerat@users.noreply.github.com>
Sun, 29 Oct 2017 15:23:06 +0000 (16:23 +0100)
commitf82f952d2f941f756ce95e970c139e051daa8a8d
tree5f75903469ba777830541d1d1fcc33f3d264ec50
parent7ee59512f875604eb468fb6f3d26e39290f781c9
cli tool: in -F option arg, comma is a delimiter for files only

Also upgrade test 1133 to cover this case and clarify man page about
form data quoting.

Bug: https://github.com/curl/curl/issues/2022
Reported-By: omau on github
docs/cmdline-opts/form.d
src/tool_formparse.c
tests/data/test1133