]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_getparam: switch to an enum for every option
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Jan 2024 16:00:05 +0000 (17:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Jan 2024 21:39:11 +0000 (22:39 +0100)
commit9e4e527735bfd92132d102b2e7d102b8cb4f5a61
tree931f0ea3e69d0007a925de106f306d951abec37b
parent1f4433dad4cb6fbb5c6a85c95ee1fcd8891a4129
tool_getparam: switch to an enum for every option

To make the big switch much easier to read/understand and to make it
easier to add new options.
src/tool_getparam.c
tests/test1139.pl