aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-12 23:43:49 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-12 23:43:49 +0300
commit0a8ee7a194e598d9c277b019503f7119b32bd17f (patch)
tree671a416c1fedec1235fa0fd8dce7fa6ed91095c3 /.gitignore
parent5a2a20eda7ca20bca2285e4940c4d1140301e8df (diff)
downloadc-wares-0a8ee7a194e598d9c277b019503f7119b32bd17f.tar.gz
c-wares-0a8ee7a194e598d9c277b019503f7119b32bd17f.zip
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".
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index af407b2..daf7b40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ build/
.gdb_history
*/*-test
+*/*-example