| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-11-29 | Improve help and usage examples | 1 | -7/+10 | ||
| Instead of just calling these function, have the examples be small programs that demonstrates how you would actually use them together with argument parsing. fixes #57 | |||||
| 2021-05-26 | Update to latest zig in preperation for 0.8.0 | 1 | -1/+1 | ||
| 2021-05-08 | Modernize codebase | 1 | -5/+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 | |||||
| 2021-01-10 | zig master updates | 1 | -1/+1 | ||
| 2020-04-11 | update examples to latest zig | 1 | -2/+1 | ||
| 2019-12-01 | update for latest zig | 1 | -2/+2 | ||
| 2019-08-17 | adds parseParam | 1 | -10/+4 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-06-21 | Embed examples in README during build | 1 | -0/+25 | ||
| fixes #11 | |||||