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