summaryrefslogtreecommitdiff
path: root/src/gnutls-cli-options.json
Commit message (Collapse)AuthorAgeFilesLines
* cli: add --list-config optionDaiki Ueno2022-01-171-1/+6
| | | | | | | With this option gnutls-cli prints the build-time configuration of the library, retrieved through gnutls_get_library_config. Signed-off-by: Daiki Ueno <ueno@gnu.org>
* src: generate option handling code from JSONDaiki Ueno2022-01-141-0/+421
This replaces AutoGen based command-line parser with a Python script (gen-getopt.py), which takes JSON description as the input. The included JSON files were converted one-off using the parse-autogen program: https://gitlab.com/dueno/parse-autogen. Signed-off-by: Daiki Ueno <ueno@gnu.org>