summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/README.md.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/README.md.template b/example/README.md.template
index 127cd74..7f5c545 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -1,3 +1,6 @@
1<!---
2README.md is autogenerated. Please edit example/README.md.template instead.
3-->
1# zig-clap 4# zig-clap
2 5
3A simple and easy to use command line argument parser library for Zig. 6A simple and easy to use command line argument parser library for Zig.
@@ -57,7 +60,7 @@ The `StreamingClap` is the base of all the other parsers. It's a streaming parse
57{s} 60{s}
58``` 61```
59 62
60Currently, this parse is the only parser that allow an array of `Param` tha 63Currently, this parser is the only parser that allows an array of `Param` that
61is generated at runtime. 64is generated at runtime.
62 65
63### `help` 66### `help`