summaryrefslogtreecommitdiff
path: root/clap/args.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the ArgIterator interfaceGravatar Jimmi Holst Christensen2022-01-311-311/+5
| | | | | | | | | They now follow the interface provided by the standard library. This now means that we no longer needs `args.OsIterator` as that the one from `std` can now be used directly. Also remove `args.ShellIterator` as a simular iterator exists in `std` called `ArgIteratorGeneral`.
* Update usage of process.ArgIterator to be inline with newest zigGravatar Jimmi Holst Christensen2021-12-291-1/+1
| | | | | Also add windows CI, as this compiler error was only triggered on windows builds
* zig master updates: allocator changes (#60)Gravatar Asherah Connor2021-12-061-5/+5
|
* Fix regression in last commitGravatar Komari Spaghetti2021-10-111-1/+0
| | | | | The importing of builtin was already fixed, so the latest commit applied this fix again, which caused problems
* zig master updatesGravatar Asherah Connor2021-10-111-0/+1
|
* Fix uses of builtinGravatar Komari Spaghetti2021-10-091-1/+1
|
* Fix all new compiler errors from zig masterGravatar Komari Spaghetti2021-06-241-0/+1
|
* Stay under 100 chars per line in all the codeGravatar Komari Spaghetti2021-06-241-1/+6
|
* Update to latest zig in preperation for 0.8.0Gravatar Komari Spaghetti2021-05-261-43/+43
|
* Fix spelling errorGravatar Jimmi Holst Christensen2020-11-211-1/+1
|
* Implement ShellIteratorGravatar Jimmi Holst Christensen2020-11-211-0/+262
| | | | fixes #30
* Improve Diagnostic error message reportingGravatar Jimmi Holst Christensen2020-11-031-1/+1
|
* use null sentinel in OsIterator (#27)Gravatar Matthew Knight2020-11-011-2/+2
|
* update for latest zigGravatar dbandstra2020-03-011-2/+2
|
* update for latest zigGravatar dbandstra2019-12-011-1/+1
|
* 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-061-0/+71