summaryrefslogtreecommitdiff
path: root/clap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stay under 100 chars per line in all the codeGravatar Komari Spaghetti2021-06-243-8/+24
|
* Update to latest zig in preperation for 0.8.0Gravatar Komari Spaghetti2021-05-263-104/+118
|
* Modernize codebaseGravatar Komari Spaghetti2021-05-082-117/+87
| | | | | | | | * 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-282-30/+29
| | | | | | 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
|
* Fix spelling errorGravatar Jimmi Holst Christensen2020-11-211-1/+1
|
* Implement ShellIteratorGravatar Jimmi Holst Christensen2020-11-211-0/+262
| | | | fixes #30
* Deprecate ComptimeClap in favor of parseExv0.3.0Gravatar Jimmi Holst Christensen2020-11-101-4/+4
|
* Better parseParamGravatar Jimmi Holst Christensen2020-11-102-12/+2
|
* Improve Diagnostic error message reportingGravatar Jimmi Holst Christensen2020-11-033-16/+80
|
* Replace `var` with `anytype`Gravatar Jimmi Holst Christensen2020-11-021-1/+1
|
* Report error context in Diagnostic (#26)Gravatar Komari Spaghetti2020-11-022-44/+54
|
* use null sentinel in OsIterator (#27)Gravatar Matthew Knight2020-11-011-2/+2
|
* reverse the order of theseGravatar Asherah Connor2020-08-281-9/+9
|
* fix upGravatar Asherah Connor2020-08-281-5/+8
|
* separate options into single and multipleGravatar Asherah Connor2020-08-281-25/+35
| | | | This avoids allocations if you never use multiple arguments.
* parse and validate multiple optionGravatar Asherah Connor2020-08-282-18/+39
|
* parse multiple optionsGravatar Asherah Connor2020-08-281-9/+22
|
* update for latest zigGravatar dbandstra2020-03-011-2/+2
|
* update for latest zig (typeOf was renamed)Gravatar dbandstra2019-12-101-1/+1
|
* update for latest zigGravatar dbandstra2019-12-013-18/+18
|
* Breaking: OsIterator will now get the exe on initGravatar Jimmi Holst Christensen2019-11-091-2/+10
|
* fmt, mv src/ clap/ and run fmt on buildGravatar Jimmi Holst Christensen2019-10-063-0/+562