| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | using new arraylist api | 2025-08-16 | 1 | -5/+5 | |
| * | feat: Add `clap.usageToFile` | 2025-07-22 | 1 | -8/+4 | |
| * | feat: Add `clap.helpToFile` | 2025-07-22 | 1 | -6/+2 | |
| * | feat: Add `Diagnostic.reportToFile` | 2025-07-22 | 1 | -20/+5 | |
| * | Update to Zig 0.15.0-dev.1147 | 2025-07-21 | 1 | -31/+56 | |
| * | doc: Don't autogenerate the README | 2025-03-27 | 1 | -3/+0 | |
| * | Update README.md | 2025-02-24 | 1 | -3/+3 | |
| * | Patch up README and fix comments in example files. (#143) | 2024-11-25 | 1 | -28/+26 | |
| * | fix: Subcommand example comments needs a scroll to be read | 2024-10-24 | 1 | -6/+6 | |
| * | docs: Add subcommand example | 2024-10-24 | 1 | -1/+106 | |
| * | feat: Support multiple positionals of different types | 2024-10-24 | 1 | -5/+5 | |
| * | refactor: Always access using full namespace | 2024-10-22 | 1 | -44/+33 | |
| * | Make installation section of readme even more clear | 2024-09-16 | 1 | -7/+12 | |
| * | feat: Allow for the assignment separator to be configured | 2024-07-18 | 1 | -0/+3 | |
| * | Add installation instructions to README | 2024-06-09 | 1 | -0/+15 | |
| * | Add autodoc website | 2024-01-02 | 1 | -0/+6 | |
| * | Remove the default allocator from `ParseOptions` | 2023-12-13 | 1 | -2/+20 | |
| * | Count occurrences of flags (was "Add .count type for flags") (#96) | 2023-04-02 | 1 | -4/+5 | |
| * | Fix misspelled things | 2023-01-12 | 1 | -2/+2 | |
| * | Add clap.parsers.enumeration for parsing enums | 2022-07-25 | 1 | -0/+5 | |
| * | Specify which version of Zig zig-clap targets | 2022-07-22 | 1 | -0/+5 | |
| * | Update help and usage examples | 2022-03-30 | 1 | -6/+6 | |
| * | New `help` api that provides options as to how paramters are printed. | 2022-03-30 | 1 | -4/+8 | |
| * | Fix usage output in README | 2022-03-23 | 1 | -1/+1 | |
| * | Add parseParams and friends | 2022-03-23 | 1 | -25/+29 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -61/+76 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -24/+24 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -24/+24 | |
| * | Fix minor typos in README.md | 2022-02-22 | 1 | -1/+4 | |
| * | Refactor the ArgIterator interface | 2022-01-31 | 1 | -4/+6 | |
| * | Master branch now follows zig master | 2021-12-21 | 1 | -4/+0 | |
| * | Improve help and usage examples | 2021-11-29 | 1 | -15/+23 | |
| * | Fix uses of builtin | 2021-10-09 | 1 | -7/+7 | |
| * | Update example of `usage` (#45) | 2021-07-06 | 1 | -3/+3 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -8/+8 | |
| * | Modernize codebase | 2021-05-08 | 1 | -22/+16 | |
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -14/+12 | |
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -54/+2 | |
| * | Better parseParam | 2020-11-10 | 1 | -6/+2 | |
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -6/+32 | |
| * | adjust examples, README template | 2020-08-28 | 1 | -15/+23 | |
| * | Merge branch 'master' into zig-master | 2020-04-18 | 1 | -0/+36 | |
| |\ | |||||
| | * | Better readme for usage | 2020-03-05 | 1 | -11/+2 | |
| | * | Add clap.usage | 2020-03-05 | 1 | -0/+43 | |
| * | | rebuild readme | 2020-04-11 | 1 | -5/+4 | |
| * | | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -9/+9 | |
| * | | update for latest zig | 2019-12-01 | 1 | -6/+6 | |
| |/ | |||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -64/+96 | |
| * | Breaking: OsIterator will now get the exe on init | 2019-11-09 | 1 | -10/+4 | |
| * | correct comptime-clap-error.zig example | 2019-08-17 | 1 | -7/+5 | |