summaryrefslogtreecommitdiff
path: root/example/streaming-clap.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build with latest version of zigGravatar Jimmi Holst Christensen2019-08-061-3/+1
|
* updated to newest version of zigGravatar Jimmi HC2019-06-121-5/+18
|
* Merge branch 'master' of github.com:Hejsil/zig-clapGravatar Jimmi Holst Christensen2019-01-171-2/+2
|\
| * Changed Names.prefix to Names.bothGravatar Jimmi HC2018-11-151-2/+2
| |
* | Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-171-4/+3
|/ | | | | * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin
* Added help functionGravatar Jimmi Holst Christensen2018-11-151-10/+0
|
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-141-3/+3
|
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-141-0/+54
* Also added a ComptimeClap