mirror of
https://github.com/google/nomulus
synced 2026-03-27 12:55:28 +00:00
Allow square bracket expansion when specifying nameservers
I'm finally fed up enough with all the nameserver changes we've had to make on our self-allocated domains to improve the command. Now you can simply run: $ nomulus ... update_domain ... -n ns[1-4].foo.bar ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=205282317
This commit is contained in:
@@ -16,7 +16,7 @@ package google.registry.tools.params;
|
||||
|
||||
import com.google.common.net.InternetDomainName;
|
||||
|
||||
/** Duration CLI parameter converter/validator. */
|
||||
/** InternetDomainName CLI parameter converter/validator. */
|
||||
public final class InternetDomainNameParameter
|
||||
extends ParameterConverterValidator<InternetDomainName> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user