summaryrefslogtreecommitdiff
path: root/example/subcommands.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* using new arraylist apiGravatar Fabrice2025-08-161-1/+1
|
* feat: Add `Diagnostic.reportToFile`Gravatar Jimmi Holst Christensen2025-07-221-8/+3
| | | | | | The code for reporting errors became quite verbose after writegate. Reporting to stderr is very common, so this wrapper provides a default, buffered way to report to a file.
* Update to Zig 0.15.0-dev.1147Gravatar Ivan Stepanov2025-07-211-4/+9
|
* Patch up README and fix comments in example files. (#143)Gravatar JustAnotherCodemonkey2024-11-251-8/+8
| | | The readme was also reflowed to 100 cols. I probably should have put that in a separate commit but oh well. The comments were not subjected to reflowing (yet).
* fix: Subcommand example comments needs a scroll to be readGravatar Jimmi Holst Christensen2024-10-241-6/+6
|
* docs: Add subcommand exampleGravatar Jimmi Holst Christensen2024-10-241-0/+96