| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 3 | -8/+24 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 3 | -104/+118 | |
| * | Modernize codebase | 2021-05-08 | 2 | -117/+87 | |
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 2 | -30/+29 | |
| * | Support all arguments after -- being positionals | 2020-11-21 | 1 | -78/+106 | |
| * | Fix spelling error | 2020-11-21 | 1 | -1/+1 | |
| * | Implement ShellIterator | 2020-11-21 | 1 | -0/+262 | |
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -4/+4 | |
| * | Better parseParam | 2020-11-10 | 2 | -12/+2 | |
| * | Improve Diagnostic error message reporting | 2020-11-03 | 3 | -16/+80 | |
| * | Replace `var` with `anytype` | 2020-11-02 | 1 | -1/+1 | |
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 2 | -44/+54 | |
| * | use null sentinel in OsIterator (#27) | 2020-11-01 | 1 | -2/+2 | |
| * | reverse the order of these | 2020-08-28 | 1 | -9/+9 | |
| * | fix up | 2020-08-28 | 1 | -5/+8 | |
| * | separate options into single and multiple | 2020-08-28 | 1 | -25/+35 | |
| * | parse and validate multiple option | 2020-08-28 | 2 | -18/+39 | |
| * | parse multiple options | 2020-08-28 | 1 | -9/+22 | |
| * | update for latest zig | 2020-03-01 | 1 | -2/+2 | |
| * | update for latest zig (typeOf was renamed) | 2019-12-10 | 1 | -1/+1 | |
| * | update for latest zig | 2019-12-01 | 3 | -18/+18 | |
| * | Breaking: OsIterator will now get the exe on init | 2019-11-09 | 1 | -2/+10 | |
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 3 | -0/+562 |