summaryrefslogtreecommitdiff
path: root/example/README.md.template
diff options
context:
space:
mode:
authorGravatar Jimmi Holst Christensen2022-02-25 19:44:52 +0100
committerGravatar Jimmi Holst Christensen2022-02-25 19:44:52 +0100
commitc06c93608cb3befe77c78ba25c70b14db6f7b319 (patch)
tree3598bbd00512eb5baa6da004ae7e42cd8005c3eb /example/README.md.template
parentChange clap into generating a struct (diff)
downloadzig-clap-c06c93608cb3befe77c78ba25c70b14db6f7b319.tar.gz
zig-clap-c06c93608cb3befe77c78ba25c70b14db6f7b319.tar.xz
zig-clap-c06c93608cb3befe77c78ba25c70b14db6f7b319.zip
Revert "Change clap into generating a struct"
This reverts commit cfaac64c404fb1c2e892880410aa3b7dd881ea58.
Diffstat (limited to '')
-rw-r--r--example/README.md.template4
1 files changed, 2 insertions, 2 deletions
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
51 51
52There is also a `parseEx` variant that takes an argument iterator. 52There is also a `parseEx` variant that takes an argument iterator.
53 53
54### `streaming.Clap` 54### `StreamingClap`
55 55
56The `streaming.Clap` is the base of all the other parsers. It's a streaming parser that uses an 56The `StreamingClap` is the base of all the other parsers. It's a streaming parser that uses an
57`args.Iterator` to provide it with arguments lazily. 57`args.Iterator` to provide it with arguments lazily.
58 58
59```zig 59```zig