feat: Add shell completions for zsh,fish

This commit is contained in:
Karan Sharma 2021-04-21 11:40:21 +05:30
parent 45dd2e2af2
commit 7b858c5a93
5 changed files with 60 additions and 5 deletions

View file

@ -54,14 +54,13 @@
# Future Release
- [ ] Support obscure protocol tweaks in `dig`
- [ ] Read from file with `-f`
- [x] Support more DNS Record Types
- [ ] Shell completions
- [ ] bash
- [ ] zsh
- [ ] fish
- [x] Shell completions
- [x] zsh
- [x] fish
- [ ] Add tests for Resolvers.
- [ ] Add tests for CLI Output.
- [ ] Homebrew - Goreleaser
- [ ] Add support for `dig +trace` like functionality.
- [x] Separate Authority/Answer in JSON output.
- [x] Error on NXDomain (Related upstream [bug](https://github.com/miekg/dns/issues/1198))