diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | # zig-clap | 1 | # zig-clap |
| 2 | 2 | ||
| 3 | A simple and easy to use command line argument parser library for Zig. | 3 | A simple and easy to use command line argument parser library for Zig. |
| 4 | It's ment as a thin layer of abstraction over parsing arguments. Users | 4 | It's ment as a thin layer of abstraction over parsing arguments which allows |
| 5 | can then build on top to parse arguments into their own data structures. | 5 | for further abstraction on top, such as filling in a `HashMap`. |
| 6 | 6 | ||
| 7 | ## Features | 7 | ## Features |
| 8 | 8 | ||