Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cli: header with extra option implementations | Yaroslav de la Peña Smirnov | 35 hours |
| | | | | For now just one, `struct cli_opt_data_size`. | ||
* | cli: make it possible to extend option types | Yaroslav de la Peña Smirnov | 37 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". | ||
* | cli.h: a simple command-line parser | Yaroslav de la Peña Smirnov | 48 hours |
A simple command-line commands and options parser. |