We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a66ec commit 08cc2a5Copy full SHA for 08cc2a5
book-src/13-01-argparse.md
@@ -4,7 +4,7 @@ Parsing arguments is common in command line programs and there are some packages
4
5
- [Hejsil/zig-clap](https://github.com/Hejsil/zig-clap)
6
- [MasterQ32/zig-args](https://github.com/MasterQ32/zig-args/)
7
-- [simargs](https://zigcli.liujiacai.net/docs/modules/simargs/)
+- [simargs](https://zigcli.liujiacai.net/modules/simargs/)
8
9
Here we will give an example using `simargs`.
10
0 commit comments