| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-03-09 | Allow for clap to parse argument values into types | 1 | -13/+0 | ||
| This changes - `.flag`, `.option`, `.options` and `.positionals` are now just fields you access on the result of `parse` and `parseEx`. - `clap.ComptimeClap` has been removed. - `clap.StreamingClap` is now called `clap.streaming.Clap` - `parse` and `parseEx` now takes a `value_parsers` argument that provides the parsers to parse values. - Remove `helpEx`, `helpFull`, `usageEx` and `usageFull`. They now just expect `Id` to have methods for getting the description and value texts. | |||||
| 2021-05-08 | Modernize codebase | 1 | -2/+2 | ||
| * Better naming for variables * Follow naming style of enums * Use `writer()` instead of `outStream()` * Change many initializers to be a one liner * Don't explicitly initialize fields to their default value | |||||
| 2020-11-02 | Report error context in Diagnostic (#26) | 1 | -3/+1 | ||
| 2020-11-02 | Report error context in Diagnostic (#26) | 1 | -3/+1 | ||
| 2019-12-01 | update for latest zig | 1 | -1/+1 | ||
| 2019-11-27 | Add clap.parse as the simplest way of using the lib | 1 | -0/+15 | ||