feat: Add custom help text
This commit is contained in:
parent
40c62216ec
commit
9d2245f72e
7 changed files with 114 additions and 43 deletions
22
TODO.md
22
TODO.md
|
@ -1,4 +1,4 @@
|
|||
# doggo - v1.0 Milestone
|
||||
# doggo - Initial Release Milestone
|
||||
|
||||
## Resolver
|
||||
- [x] Create a DNS Resolver struct
|
||||
|
@ -6,20 +6,22 @@
|
|||
- [x] Add a resolve method
|
||||
- [x] Make it separate from Hub
|
||||
- [x] Parse output into separate fields
|
||||
- [ ] Test IPv6
|
||||
- [ ] Test IPv6/IPv4 only options
|
||||
- [x] Add DOH support
|
||||
- [x] Add DOT support
|
||||
- [x] Add DNS protocol on TCP mode support.
|
||||
- [ ] Error on NXDomain (Realted upstream [bug](https://github.com/miekg/dns/issues/1198))
|
||||
- [ ] Support all DNS records?
|
||||
- [x] Major records supported
|
||||
|
||||
## CLI Features
|
||||
- [ ] `digfile`
|
||||
- [x] `ndots` support
|
||||
- [ ] `ndots` support
|
||||
- [x] `search list` support
|
||||
- [x] JSON output
|
||||
- [x] Colorized output
|
||||
- [x] Table output
|
||||
- [ ] Parsing options free-form
|
||||
- [x] Parsing options free-form
|
||||
- [x] Remove urfave/cli in favour of `flag`
|
||||
|
||||
## CLI Grunt
|
||||
|
@ -27,15 +29,27 @@
|
|||
- [x] Neatly package them to load args in different functions
|
||||
- [x] Upper case is not mandatory for query type/classes
|
||||
- [x] Output
|
||||
- [ ] Custom Help Text
|
||||
- [x] Add examples
|
||||
- [ ] Colorize
|
||||
- [ ] Add different commands
|
||||
- [x] Add client transport options
|
||||
- [ ] Fix an issue while loading free form args, where the same records are being added twice
|
||||
|
||||
## Tests
|
||||
|
||||
## Documentation
|
||||
|
||||
- [ ] Mkdocs init project
|
||||
- [ ] Custom Index (Landing Page)
|
||||
|
||||
## Release Checklist
|
||||
- [ ] Goreleaser
|
||||
- [ ] Snap
|
||||
- [ ] Homebrew
|
||||
- [ ] ARM
|
||||
|
||||
|
||||
## v1.0
|
||||
|
||||
- [ ] Support obscure protocal tweaks in `dig`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue