C library for command-line argument parsing with descriptor-based config and automatic help generation.
Find a file
2026-03-29 16:35:29 +02:00
example feat: initial libcli implementation 2026-03-29 16:35:29 +02:00
include feat: add cli_parse_int64 and fix parse_float for negative values 2026-03-29 16:35:29 +02:00
src feat: add cli_parse_int64 and fix parse_float for negative values 2026-03-29 16:35:29 +02:00
tests chore: ignore automake dirstamp and test result files 2026-03-29 16:35:29 +02:00
.gitignore chore: ignore automake dirstamp and test result files 2026-03-29 16:35:29 +02:00
autogen.sh build: add autotools build system 2026-03-29 16:35:29 +02:00
configure.ac build: add autotools build system 2026-03-29 16:35:29 +02:00
LICENSE chore: add license and gitignore 2026-03-29 01:10:01 +01:00
Makefile.am build: add autotools build system 2026-03-29 16:35:29 +02:00