| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | cli: make it possible to extend option types | Yaroslav de la Peña Smirnov | 2025-09-12 |
| | | | | | | Make it possible to extend options with custom value parsers by embeding `struct cli_opt` into a custom struct and setting the `set()` "method". | ||
| * | cli.h: a simple command-line parser | Yaroslav de la Peña Smirnov | 2025-09-12 |
| A simple command-line commands and options parser. | |||
