From c06c93608cb3befe77c78ba25c70b14db6f7b319 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Fri, 25 Feb 2022 19:44:52 +0100 Subject: Revert "Change clap into generating a struct" This reverts commit cfaac64c404fb1c2e892880410aa3b7dd881ea58. --- example/README.md.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/README.md.template') diff --git a/example/README.md.template b/example/README.md.template index d792152..7f5c545 100644 --- a/example/README.md.template +++ b/example/README.md.template @@ -51,9 +51,9 @@ zig-clap/example/simple-error.zig:16:18: note: called from here There is also a `parseEx` variant that takes an argument iterator. -### `streaming.Clap` +### `StreamingClap` -The `streaming.Clap` is the base of all the other parsers. It's a streaming parser that uses an +The `StreamingClap` is the base of all the other parsers. It's a streaming parser that uses an `args.Iterator` to provide it with arguments lazily. ```zig -- cgit v1.2.3