aboutsummaryrefslogtreecommitdiff
path: root/cli/cli.h
Commit message (Collapse)AuthorAge
* cli: minor bug fixes and improvmentsYaroslav de la Peña Smirnov38 hours
|
* cli: header with extra option implementationsYaroslav de la Peña Smirnov38 hours
| | | | For now just one, `struct cli_opt_data_size`.
* cli: make it possible to extend option typesYaroslav de la Peña Smirnov40 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 parserYaroslav de la Peña Smirnov2 days
A simple command-line commands and options parser.