summaryrefslogtreecommitdiff
path: root/src/ocsptool-options.json
Commit message (Collapse)AuthorAgeFilesLines
* Make option specification type-safeDaiki Ueno2022-03-101-164/+154
| | | | | | | This switches the CLI code and documentation generation to the external cligen module, which provides more type-safe specification. Signed-off-by: Daiki Ueno <ueno@gnu.org>
* src: generate option handling code from JSONDaiki Ueno2022-01-141-0/+164
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>