diff options
| author | 2019-12-03 05:43:43 +0100 | |
|---|---|---|
| committer | 2019-12-03 05:43:43 +0100 | |
| commit | ac461f50df2861eb9b6834ba770c3c149c72eb9c (patch) | |
| tree | 7d76dca13427d585cff36c38230d368e51fb3c20 /example/streaming-clap.zig | |
| parent | Add clap.parse as the simplest way of using the lib (diff) | |
| parent | update for latest zig (diff) | |
| download | zig-clap-ac461f50df2861eb9b6834ba770c3c149c72eb9c.tar.gz zig-clap-ac461f50df2861eb9b6834ba770c3c149c72eb9c.tar.xz zig-clap-ac461f50df2861eb9b6834ba770c3c149c72eb9c.zip | |
Merge pull request #12 from dbandstra/update-for-latest-zig
update for latest zig
Diffstat (limited to 'example/streaming-clap.zig')
| -rw-r--r-- | example/streaming-clap.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/streaming-clap.zig b/example/streaming-clap.zig index 0361d46..c9f20e2 100644 --- a/example/streaming-clap.zig +++ b/example/streaming-clap.zig | |||
| @@ -30,7 +30,7 @@ pub fn main() !void { | |||
| 30 | 30 | ||
| 31 | // Initialize our streaming parser. | 31 | // Initialize our streaming parser. |
| 32 | var parser = clap.StreamingClap(u8, clap.args.OsIterator){ | 32 | var parser = clap.StreamingClap(u8, clap.args.OsIterator){ |
| 33 | .params = params, | 33 | .params = ¶ms, |
| 34 | .iter = &iter, | 34 | .iter = &iter, |
| 35 | }; | 35 | }; |
| 36 | 36 | ||