1
0
mirror of https://github.com/google/nomulus synced 2026-04-18 23:35:54 +00:00
Files
nomulus/core
gbrodman 578988d5ea Don't allow a list of the empty string in List<String> fields (#2011)
If the user does, e.g. `--allowed_nameservers=` (or contact ids) that
shouldn't mean a list consisting solely of the empty string.

Using this parameter / converter allows us to ensure that lists of
strings look reasonable.
2023-04-28 17:59:17 -04:00
..