summaryrefslogtreecommitdiff
path: root/clap/streaming.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stay under 100 chars per line in all the codeGravatar Komari Spaghetti2021-06-241-5/+17
|
* Update to latest zig in preperation for 0.8.0Gravatar Komari Spaghetti2021-05-261-33/+33
|
* Modernize codebaseGravatar Komari Spaghetti2021-05-081-107/+77
| | | | | | | | * Better naming for variables * Follow naming style of enums * Use `writer()` instead of `outStream()` * Change many initializers to be a one liner * Don't explicitly initialize fields to their default value
* Refactor Diagnostic (and others) into a ParseOption structGravatar Komari Spaghetti2021-04-281-19/+21
| | | | | | This allows for default arguments, which we can also extend without breaking peoples code in the future. This is a breaking change right now though.
* Support all arguments after -- being positionalsGravatar Jimmi Holst Christensen2020-11-211-78/+106
|
* Better parseParamGravatar Jimmi Holst Christensen2020-11-101-9/+1
|
* Improve Diagnostic error message reportingGravatar Jimmi Holst Christensen2020-11-031-14/+78
|
* Replace `var` with `anytype`Gravatar Jimmi Holst Christensen2020-11-021-1/+1
|
* Report error context in Diagnostic (#26)Gravatar Komari Spaghetti2020-11-021-39/+45
|
* parse and validate multiple optionGravatar Asherah Connor2020-08-281-10/+24
|
* update for latest zig (typeOf was renamed)Gravatar dbandstra2019-12-101-1/+1
|
* update for latest zigGravatar dbandstra2019-12-011-13/+13
|
* fmt, mv src/ clap/ and run fmt on buildGravatar Jimmi Holst Christensen2019-10-061-0/+348