| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Always access using full namespace | 2024-10-22 | 1 | -52/+43 | |
| * | feat: Allow for the assignment separator to be configured | 2024-07-18 | 1 | -116/+159 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -13/+21 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -6/+6 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -6/+6 | |
| * | Refactor the ArgIterator interface | 2022-01-31 | 1 | -5/+5 | |
| * | Fix chaining typo | 2021-11-29 | 1 | -3/+3 | |
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 1 | -5/+17 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -33/+33 | |
| * | Modernize codebase | 2021-05-08 | 1 | -107/+77 | |
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -19/+21 | |
| * | Support all arguments after -- being positionals | 2020-11-21 | 1 | -78/+106 | |
| * | Better parseParam | 2020-11-10 | 1 | -9/+1 | |
| * | Improve Diagnostic error message reporting | 2020-11-03 | 1 | -14/+78 | |
| * | Replace `var` with `anytype` | 2020-11-02 | 1 | -1/+1 | |
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -39/+45 | |
| * | parse and validate multiple option | 2020-08-28 | 1 | -10/+24 | |
| * | update for latest zig (typeOf was renamed) | 2019-12-10 | 1 | -1/+1 | |
| * | update for latest zig | 2019-12-01 | 1 | -13/+13 | |
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -0/+348 |