| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -348/+0 | |
| | | |||||
| * | use emun literals | 2019-09-05 | 1 | -5/+4 | |
| | | |||||
| * | always interpret '-' and '--' as positionals | 2019-09-05 | 1 | -19/+11 | |
| | | |||||
| * | Embed examples in README during build | 2019-06-21 | 1 | -16/+14 | |
| | | | | | fixes #11 | ||||
| * | updated to newest version of zig | 2019-06-12 | 1 | -97/+120 | |
| | | |||||
| * | Merge branch 'master' of github.com:Hejsil/zig-clap | 2019-02-10 | 1 | -5/+5 | |
| |\ | |||||
| | * | Refactored the arg iterators to new be static interface implementations | 2019-01-17 | 1 | -5/+5 | |
| | | | | | | | | | | | * 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 | -6/+6 | |
| |/ | |||||
| * | Zig fmt | 2018-11-14 | 1 | -2/+0 | |
| | | |||||
| * | Added pub flag/option/positional init funcs to Param | 2018-11-14 | 1 | -11/+11 | |
| | | |||||
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 1 | -0/+338 | |
| * Also added a ComptimeClap | |||||