From: Peter van Dijk Date: Wed, 8 Mar 2023 13:25:55 +0000 (+0100) Subject: update completions X-Git-Tag: dnsdist-1.8.0-rc3~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12406%2Fhead;p=thirdparty%2Fpdns.git update completions --- diff --git a/contrib/_pdnsutil.zsh_completion b/contrib/_pdnsutil.zsh_completion index 6c7d67d760..f4d406075c 100644 --- a/contrib/_pdnsutil.zsh_completion +++ b/contrib/_pdnsutil.zsh_completion @@ -53,6 +53,7 @@ 'load-zone:Load ZONE from FILE, possibly creating zone or atomically replacing contents' 'list-algorithms:List all DNSSEC algorithms supported, optionally also listing the crypto library used' 'list-keys:List DNSSEC keys for ZONE. When ZONE is unset, display all keys for all active zones' + 'list-member-zones:List all members of catalog zone CATALOG' 'list-zone:List zone contents' 'list-all-zones:List all active zone names' 'list-tsig-keys:List all TSIG keys' diff --git a/contrib/pdnsutil.bash_completion.d b/contrib/pdnsutil.bash_completion.d index f5554f22ac..ad2a8afd56 100644 --- a/contrib/pdnsutil.bash_completion.d +++ b/contrib/pdnsutil.bash_completion.d @@ -21,7 +21,7 @@ have pdnsutil && { hash-zone-record increase-serial import-tsig-key import-zone-key load-zone list-algorithms list-keys list-zone list-all-zones list-tsig-keys rectify-zone rectify-all-zones remove-zone-key replace-rrset secure-all-zones secure-zone set-kind set-nsec3 set-presigned set-publish-cdnskey set-publish-cds set-meta show-zone unset-nsec3 unset-presigned unset-publish-cdnskey unset-publish-cds test-schema - import-zone-key-pem export-zone-key-pem" + import-zone-key-pem export-zone-key-pem list-member-zones" COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}"