| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Removed breakpoints and fixed a test | 2018-04-26 | 1 | -10/+5 | ||
| * | Refactored clap.zig | 2018-04-26 | 1 | -312/+244 | ||
| * | Refactor. Preparing for parsing of subcommands | 2018-03-22 | 1 | -204/+211 | ||
| * | Fixed compiler errors | 2018-03-22 | 1 | -3/+3 | ||
| * | Major refactor of clap | 2018-03-21 | 1 | -288/+388 | ||
| * | Removed bits.zig | 2018-03-20 | 1 | -2/+1 | ||
| * | Implemented chaining of small arguments | 2018-03-20 | 1 | -7/+61 | ||
| * | We now handle arguments "--arg=VALUE" | 2018-03-20 | 1 | -21/+48 | ||
| * | Updated help function to not use inline loop. | 2018-03-20 | 1 | -10/+7 | ||
| * | Fixed help fn | 2018-03-15 | 1 | -1/+1 | ||
| * | Refactored clap to use inline loops where possible. | 2018-03-14 | 1 | -47/+63 | ||
| * | Fixed code crashing Zig | 2018-03-14 | 1 | -12/+11 | ||
| * | Changed around some code in test | 2018-03-14 | 1 | -21/+23 | ||
| * | Added command line argument parser. | 2018-03-14 | 1 | -0/+332 | ||