Merge pull request #3757 from AndrielChaoti/andriel_argparse

[argparse] fix documentation formatting error
develop
Myk 2023-09-10 02:09:27 -07:00 committed by GitHub
commit 1f64b818c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -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