diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1,3 +1,6 @@ | |||
| 1 | <!--- | ||
| 2 | README.md is autogenerated. Please edit example/README.md.template instead. | ||
| 3 | --> | ||
| 1 | # zig-clap | 4 | # zig-clap |
| 2 | 5 | ||
| 3 | A simple and easy to use command line argument parser library for Zig. | 6 | A simple and easy to use command line argument parser library for Zig. |
| @@ -165,7 +168,7 @@ pub fn main() !void { | |||
| 165 | 168 | ||
| 166 | ``` | 169 | ``` |
| 167 | 170 | ||
| 168 | Currently, this parse is the only parser that allow an array of `Param` tha | 171 | Currently, this parser is the only parser that allows an array of `Param` that |
| 169 | is generated at runtime. | 172 | is generated at runtime. |
| 170 | 173 | ||
| 171 | ### `help` | 174 | ### `help` |