[gnutls-devel] GnuTLS | Make option description type-safe (!1535)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Mar 9 16:34:59 CET 2022
Daiki Ueno commented on a discussion on src/certtool-options.json: https://gitlab.com/gnutls/gnutls/-/merge_requests/1535#note_868805555
> "desc": "Enable debugging",
> - "arg-max": " 9999",
> "detail": "Specifies the debug level.",
> + "arg-range": {
> + "min": 0,
> + "max": 9999
> + },
> "arg-type": "number"
> },
> {
> - "short-option": "V",
> - "max": "NOLIMIT",
> "long-option": "verbose",
> + "short-option": "V",
> "desc": "More verbose output",
> - "disabled": "",
Removed.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1535#note_868805555
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220309/cd82dcd5/attachment-0001.html>
More information about the Gnutls-devel
mailing list