You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
It would be great if clint would support custom validators. For example, I need to verify if an IPv4/IPv6 address is correct. This is possible with Regexes, but these can get pretty complex as one could write IPv6 in a short form. I suggest a CustomValidator with a hook so a custom function can perform checks (in my case, the ipaddr Module).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be great if clint would support custom validators. For example, I need to verify if an IPv4/IPv6 address is correct. This is possible with Regexes, but these can get pretty complex as one could write IPv6 in a short form. I suggest a CustomValidator with a hook so a custom function can perform checks (in my case, the ipaddr Module).
The text was updated successfully, but these errors were encountered: