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).
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).