| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Count occurrences of flags (was "Add .count type for flags") (#96) | 2023-04-02 | 1 | -0/+1 | |
| * | Update README template | 2022-07-28 | 1 | -0/+5 | |
| * | New `help` api that provides options as to how paramters are printed. | 2022-03-30 | 1 | -3/+7 | |
| * | Fix usage output in README | 2022-03-23 | 1 | -1/+1 | |
| * | Add parseParams and friends | 2022-03-23 | 1 | -2/+2 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -34/+17 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -2/+2 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -2/+2 | |
| * | Fix minor typos in README.md | 2022-02-22 | 1 | -1/+4 | |
| * | Master branch now follows zig master | 2021-12-21 | 1 | -4/+0 | |
| * | Improve help and usage examples | 2021-11-29 | 1 | -0/+2 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -5/+5 | |
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -9/+2 | |
| * | adjust examples, README template | 2020-08-28 | 1 | -1/+3 | |
| * | Merge branch 'master' into zig-master | 2020-04-18 | 1 | -0/+18 | |
| |\ | |||||
| | * | Better readme for usage | 2020-03-05 | 1 | -11/+2 | |
| | * | Add clap.usage | 2020-03-05 | 1 | -0/+23 | |
| |/ | |||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -20/+30 | |
| * | correct comptime-clap-error.zig example | 2019-08-17 | 1 | -3/+3 | |
| * | more features in README.md | 2019-08-17 | 1 | -0/+2 | |
| * | adds parseParam | 2019-08-17 | 1 | -2/+2 | |
| * | Embed examples in README during build | 2019-06-21 | 1 | -0/+77 | |