From 0a8ee7a194e598d9c277b019503f7119b32bd17f Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Fri, 12 Sep 2025 23:43:49 +0300 Subject: cli: make it possible to extend option types Make it possible to extend options with custom value parsers by embeding `struct cli_opt` into a custom struct and setting the `set()` "method". --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index af407b2..daf7b40 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ .gdb_history */*-test +*/*-example -- cgit v1.2.3