| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-06 | fmt, mv src/ clap/ and run fmt on build | 1 | -143/+0 | ||
| 2019-08-17 | make help message look more like other tools | 1 | -3/+3 | ||
| 2019-08-17 | adds parseParam | 1 | -21/+5 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-08-06 | build with latest version of zig | 1 | -13/+6 | ||
| 2019-06-21 | Embed examples in README during build | 1 | -6/+13 | ||
| fixes #11 | |||||
| 2019-06-12 | updated to newest version of zig | 1 | -25/+43 | ||
| 2019-02-10 | Updated to newest testing API | 1 | -9/+9 | ||
| 2019-01-17 | Refactored the arg iterators to new be static interface implementations | 1 | -4/+4 | ||
| * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin | |||||
| 2018-11-14 | Zig fmt | 1 | -3/+2 | ||
| 2018-11-14 | Added pub flag/option/positional init funcs to Param | 1 | -4/+4 | ||
| 2018-11-14 | Restructured and make StreamingClap simpler | 1 | -0/+142 | ||
| * Also added a ComptimeClap | |||||