diff --git a/doc/index.html b/doc/index.html index e50a7d5..e1d89a3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -746,6 +746,23 @@ Options: -h, --help Show this help message and exit. +
argname
can be an array of placeholders.
parser:option "--pair"
+ :args(2)
+ :argname{"<key>", "<value>"}
+
$ lua script.lua --help
+
Usage: script.lua [--pair <key> <value>] [-h]
+
+Options:
+ --pair <key> <value>
+ -h, --help Show this help message and exit.
+
+