| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 4 | -39/+71 | ||
| | | ||||||
| * | Breaking: OsIterator will now get the exe on init | 2019-11-09 | 2 | -10/+4 | ||
| | | ||||||
| * | correct comptime-clap-error.zig example | 2019-08-17 | 2 | -7/+5 | ||
| | | ||||||
| * | more features in README.md | 2019-08-17 | 1 | -0/+2 | ||
| | | ||||||
| * | make help message look more like other tools | 2019-08-17 | 1 | -2/+2 | ||
| | | ||||||
| * | add missing word | 2019-08-17 | 1 | -1/+1 | ||
| | | ||||||
| * | adds parseParam | 2019-08-17 | 3 | -25/+12 | ||
| | | | | | a less verbose way of getting a Param(Help). | |||||
| * | build with latest version of zig | 2019-08-06 | 2 | -10/+2 | ||
| | | ||||||
| * | Embed examples in README during build | 2019-06-21 | 4 | -5/+125 | ||
| | | | | | fixes #11 | |||||
| * | updated to newest version of zig | 2019-06-12 | 2 | -15/+32 | ||
| | | ||||||
| * | Merge branch 'master' of github.com:Hejsil/zig-clap | 2019-01-17 | 2 | -4/+4 | ||
| |\ | ||||||
| | * | Changed Names.prefix to Names.both | 2018-11-15 | 2 | -4/+4 | ||
| | | | ||||||
| * | | Refactored the arg iterators to new be static interface implementations | 2019-01-17 | 2 | -8/+6 | ||
| |/ | | | | | * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin | |||||
| * | Added help function | 2018-11-15 | 2 | -26/+19 | ||
| | | ||||||
| * | Added pub flag/option/positional init funcs to Param | 2018-11-14 | 2 | -6/+6 | ||
| | | ||||||
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 2 | -0/+101 | ||
| * Also added a ComptimeClap | ||||||