diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index a267545ca..4f182d132 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -3539,6 +3539,7 @@ parameters. messages more useful. * ``argparse.boolean(arg, arg_name)`` + Converts ``string.lower(arg)`` from "yes/no/on/off/true/false/etc..." to a lua boolean. Throws if the value can't be converted, otherwise returns ``true``/``false``. If ``arg_name`` is specified, it is used to make error