feat: gettin there
This commit is contained in:
parent
f888bd220f
commit
df306e18a9
11 changed files with 181 additions and 24 deletions
31
TODO.md
Normal file
31
TODO.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# doggo - v1.0 Milestone
|
||||
|
||||
## Resolver
|
||||
- [ ] Create a DNS Resolver struct
|
||||
- [ ] Add methods to initialise the config, set defaults
|
||||
- [ ] Add a resolve method
|
||||
- [ ] Make it separate from Hub
|
||||
|
||||
## CLI Features
|
||||
- [ ] `digfile`
|
||||
- [ ] `ndots` support
|
||||
- [ ] `search path` support
|
||||
- [ ] JSON output
|
||||
- [ ] Colorized output
|
||||
- [ ] Table output
|
||||
|
||||
## CLI Grunt
|
||||
- [ ] Query args
|
||||
- [ ] Neatly package them to load args in different functions
|
||||
- [ ] Upper case is not mandatory for query type/classes
|
||||
|
||||
## Tests
|
||||
|
||||
## Documentation
|
||||
|
||||
## Release Checklist
|
||||
- [ ] Add packages to all package managers
|
||||
- [ ] Snap
|
||||
- [ ] Homebrew
|
||||
- [ ] Alpine Linux
|
||||
- [ ] ARM support too
|
Loading…
Add table
Add a link
Reference in a new issue