curl/scripts
Daniel Stenberg 698491f444
tool_getparam: refactored, simplified
- add dedicated option functions for bools/none/strings
- simplify clearing (some) arguments, use '*' instead of ' '
- scripts/top-complexity: remove getparameter from whitelist
- handle --help separately
- getstr and getstrn do not allow a NULL input
- improve the ;auto check, it needs to be trailing
- add toggle bit helper function
- unify an error message for bad --no- use
- introduce generic handling of deprecated options: ARG_DEPR
- handle --no- prefix on more booleans:

    --cert-status
    --doh-cert-status
    --false-start
    --mptcp
    --ssl-no-revoke
    --ssl-revoke-best-effort
    --tcp-fastopen

Closes #17448
2025-05-28 14:25:32 +02:00
..
2025-01-30 02:36:43 +01:00
2025-04-02 11:44:26 +02:00
2025-01-27 20:59:47 +01:00
2024-03-12 15:38:44 +00:00
2025-04-05 14:59:17 +02:00
2025-04-16 16:06:03 +02:00
2025-05-27 09:29:43 +02:00