summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Hejsil/zig-clapGravatar Jimmi HC2019-02-103-38/+26
|\
| * Merge branch 'master' of github.com:Hejsil/zig-clapGravatar Jimmi Holst Christensen2019-01-171-16/+14
| |\
| * | Refactored the arg iterators to new be static interface implementationsGravatar Jimmi Holst Christensen2019-01-173-38/+26
* | | Updated to newest testing APIGravatar Jimmi HC2019-02-102-15/+15
| |/ |/|
* | Changed Names.prefix to Names.bothGravatar Jimmi HC2018-11-151-16/+14
|/
* Renamed helpEx to helpFull and added a new helpEx that wraps helpFullGravatar Jimmi Holst Christensen2018-11-151-4/+40
* Added help functionGravatar Jimmi Holst Christensen2018-11-151-0/+134
* Zig fmtGravatar Jimmi Holst Christensen2018-11-143-8/+4
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-143-24/+28
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-144-0/+675
* Removed the extended api. Refactored testsGravatar Jimmi Holst Christensen2018-09-062-609/+0
* Updated to use pass-by-value where possibleGravatar Jimmi HC2018-06-202-16/+17
* Updated to newest version of zigGravatar Jimmi HC2018-06-192-63/+53
* Removed the settings paramGravatar Jimmi HC2018-06-081-29/+25
* Added helper functions to construct extended.ParamGravatar Jimmi HC2018-06-081-6/+54
* Updated to newest pointer syntaxGravatar Jimmi HC2018-06-082-33/+30
* Reworked extended.zig again!Gravatar Jimmi HC2018-06-012-185/+124
* The arg iterator is now responsible for allocation instead of core.ClapGravatar Jimmi HC2018-06-012-38/+38
* Id is now gotten through param of argGravatar Jimmi HC2018-06-011-2/+2
* Core args now have a pointer to the param that the arg belongs toGravatar Jimmi HC2018-06-011-11/+11
* Added example of how to parse Zig args with clap.coreGravatar Jimmi Holst Christensen2018-05-311-21/+23
* Started work on the proper structure for the libGravatar Jimmi HC2018-05-312-0/+636