summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Jimmi Holst Christensen2024-01-09 08:21:40 +0100
committerGravatar Jimmi Holst Christensen2024-01-09 08:21:40 +0100
commit9c23bcb5aebe0c2542b4de4472f60959974e2222 (patch)
tree3996406fe210e401b7d5f93fabad0ee4f2216934 /example
parentUpdate to latest master (diff)
downloadzig-clap-9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz
zig-clap-9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.xz
zig-clap-9c23bcb5aebe0c2542b4de4472f60959974e2222.zip
Update to latest version of zig
Diffstat (limited to 'example')
-rw-r--r--example/README.md.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/README.md.template b/example/README.md.template
index 34bff56..b296ca3 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -23,6 +23,12 @@ in the release notes.
23* Print help message from parameter specification. 23* Print help message from parameter specification.
24* Parse help message to parameter specification. 24* Parse help message to parameter specification.
25 25
26## API Reference
27
28Automatically generated API Reference for the project
29can be found at https://Hejsil.github.io/zig-clap.
30Note that Zig autodoc is in beta; the website may be broken or incomplete.
31
26## Examples 32## Examples
27 33
28### `clap.parse` 34### `clap.parse`