summaryrefslogtreecommitdiff
path: root/example/subcommands.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-16using new arraylist apiGravatar Fabrice1-1/+1
2025-07-22feat: Add `Diagnostic.reportToFile`Gravatar Jimmi Holst Christensen1-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.
2025-07-21Update to Zig 0.15.0-dev.1147Gravatar Ivan Stepanov1-4/+9
2024-11-25Patch up README and fix comments in example files. (#143)Gravatar JustAnotherCodemonkey1-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).
2024-10-24fix: Subcommand example comments needs a scroll to be readGravatar Jimmi Holst Christensen1-6/+6
2024-10-24docs: Add subcommand exampleGravatar Jimmi Holst Christensen1-0/+96