From 20a92b857e7adf9be1a6afd3249b34c0da0e5c1b Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 30 Mar 2018 16:12:35 +0200 Subject: 42570: new completion for drill and factor out DNS type completion --- Completion/Unix/Type/_dns_types | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Completion/Unix/Type/_dns_types (limited to 'Completion/Unix/Type/_dns_types') diff --git a/Completion/Unix/Type/_dns_types b/Completion/Unix/Type/_dns_types new file mode 100644 index 000000000..b6bc2e680 --- /dev/null +++ b/Completion/Unix/Type/_dns_types @@ -0,0 +1,8 @@ +#autoload + +local expl +_description dns-types expl 'DNS type' +compadd "$@" "$expl[@]" -M 'm:{a-z}={A-Z}' \ + ANY A AAAA AFSDB APL AXFR CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME \ + DNSKEY DS HIP HINFO IPSECKEY IXFR KEY KX LOC MX NAPTR NS NSEC NSEC3 \ + NSEC3PARAM OPT PTR RRSIG RP SIG SOA SPF SRV SSHFP TA TKEY TLSA TSIG TXT -- cgit 1.4.1