aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* cli: make it possible to extend option typesYaroslav de la Peña Smirnov38 hours
| | | | | Make it possible to extend options with custom value parsers by embeding `struct cli_opt` into a custom struct and setting the `set()` "method".
* initYaroslav de la Peña Smirnov2023-07-22
Just some C wares; hmap, list, optional, unit tests.