summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdGravatar Jimmi Holst Christensen2018-11-151-2/+2
|
* Added help functionGravatar Jimmi Holst Christensen2018-11-154-26/+226
|
* Zig fmtGravatar Jimmi Holst Christensen2018-11-143-8/+4
|
* Added pub flag/option/positional init funcs to ParamGravatar Jimmi Holst Christensen2018-11-146-36/+40
|
* Restructured and make StreamingClap simplerGravatar Jimmi Holst Christensen2018-11-1411-629/+921
| | | | * Also added a ComptimeClap
* Zig fmtGravatar Jimmi Holst Christensen2018-11-132-52/+27
|
* Run tests in all release modesGravatar Jimmi Holst Christensen2018-11-072-5/+30
|
* Renamed Clap to StreamingClapGravatar Jimmi Holst Christensen2018-09-172-8/+8
|
* Fix failed compile on windowsGravatar Jimmi Holst Christensen2018-09-151-1/+1
|
* Fix failed compile on windowsGravatar Jimmi Holst Christensen2018-09-151-1/+1
|
* Merge branch 'master' of github.com:Hejsil/zig-clapGravatar Jimmi Holst Christensen2018-09-152-6/+7
|\
| * Update .travis.ymlGravatar Jimmi Holst Christensen2018-09-061-0/+1
| |
| * Update README.mdGravatar Jimmi Holst Christensen2018-09-061-2/+2
| |
| * Update README.mdGravatar Jimmi Holst Christensen2018-09-061-6/+6
| |
* | Updated to newest @This builtinGravatar Jimmi Holst Christensen2018-09-151-4/+4
|/
* Commented the exampleGravatar Jimmi Holst Christensen2018-09-061-18/+38
|
* Added example to testsGravatar Jimmi Holst Christensen2018-09-061-0/+29
|
* Added travis ymlGravatar Jimmi Holst Christensen2018-09-061-0/+11
|
* Removed the extended api. Refactored testsGravatar Jimmi Holst Christensen2018-09-067-703/+198
|
* Updated to use pass-by-value where possibleGravatar Jimmi HC2018-06-203-24/+25
|
* Updated to newest version of zigGravatar Jimmi HC2018-06-195-177/+148
|
* Removed the settings paramGravatar Jimmi HC2018-06-085-496/+47
|
* Removed unused funcs in extended testsGravatar Jimmi HC2018-06-081-19/+0
|
* Added helper functions to construct extended.ParamGravatar Jimmi HC2018-06-082-42/+63
|
* Updated to newest pointer syntaxGravatar Jimmi HC2018-06-085-49/+46
|
* Reworked extended.zig again!Gravatar Jimmi HC2018-06-013-374/+429
|
* The arg iterator is now responsible for allocation instead of core.ClapGravatar Jimmi HC2018-06-014-59/+61
|
* Id is now gotten through param of argGravatar Jimmi HC2018-06-012-3/+3
|
* Core args now have a pointer to the param that the arg belongs toGravatar Jimmi HC2018-06-012-79/+183
|
* Added example of how to parse Zig args with clap.coreGravatar Jimmi Holst Christensen2018-05-313-21/+365
|
* Started work on the proper structure for the libGravatar Jimmi HC2018-05-319-680/+680
|
* Reworked the core.Gravatar Jimmi HC2018-05-312-147/+179
|
* Support for basic sub commandsGravatar Jimmi HC2018-05-312-133/+269
| | | | They cannot access parent params yet
* Fixed code handling positionGravatar Jimmi HC2018-05-251-7/+7
|
* Added support for accessing sub fieldsGravatar Jimmi HC2018-05-251-4/+42
| | | | * closes #2
* Support for command params in core.zigGravatar Jimmi Holst Christensen2018-05-203-80/+198
| | | | | * Also refactored structure * related: #1
* Removed false or none tested advertisement from READMEGravatar Jimmi Holst Christensen2018-05-201-1/+1
|
* Removed binary filesGravatar Jimmi Holst Christensen2018-05-202-0/+0
|
* The old clap now uses core.zig to get the same func as beforeGravatar Jimmi Holst Christensen2018-05-206-577/+337
|
* core.zig tested and ready for action!Gravatar Jimmi Holst Christensen2018-05-191-32/+185
|
* Finished the first draft of the coreGravatar Jimmi Holst Christensen2018-05-191-22/+175
| | | | * It haven't been tested yet
* Started work one a simpler core apiGravatar Jimmi HC2018-05-181-0/+78
| | | | | * This api will then be used to recreate the current api * Users who don't want the complicate api can also use the simpler one
* Short args can now take values directly after the argGravatar Jimmi Holst Christensen2018-04-273-10/+23
| | | | * closes #5
* Added the ability to have argument have indexsGravatar Jimmi Holst Christensen2018-04-271-48/+81
|
* Fixed testGravatar Jimmi Holst Christensen2018-04-261-1/+1
|
* Removed breakpoints and fixed a testGravatar Jimmi Holst Christensen2018-04-261-10/+5
|
* Added updated example and READMEGravatar Jimmi Holst Christensen2018-04-262-93/+90
|
* Refactored clap.zigGravatar Jimmi Holst Christensen2018-04-261-312/+244
| | | | | | * More tests * take value options now take a custom parser: closes #3 * using the functional with pattern instead of builder: related #8
* Refactor. Preparing for parsing of subcommandsGravatar Jimmi Holst Christensen2018-03-221-204/+211
|
* Merge branch 'master' of github.com:Hejsil/zig-clapGravatar Jimmi Holst Christensen2018-03-221-0/+98
|\