Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
BitlyTwiser authored Sep 24, 2024
1 parent 437447a commit aa3d890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A simple CLI parser building CLI applications in Zig
### Usage
Add snek to your Zig project with Zon:
```
zig fetch --save https://github.com/BitlyTwiser/snek/archive/refs/tags/0.1.0.tar.gz
zig fetch --save https://github.com/BitlyTwiser/snek/archive/refs/tags/v0.1.0.tar.gz
```

Add the following to build.zig file:
Expand Down Expand Up @@ -183,4 +183,4 @@ You should build your application to support this.
At this time, no recursive flags are supported, i.e. you cannot use a slice of structs as a field in the primary CLI interface struct and have those fields parsed as sub-command fields.
Perhaps, if this is requested, we could work that into the application. It seemed slightly messy and unecessray for a simple CLI builder, but perhaps expansion will be necessary there if its requested :)

[Top](#usage)
[Top](#usage)

0 comments on commit aa3d890

Please sign in to comment.