Better handling.

This commit is contained in:
2019-01-17 15:34:11 +01:00
parent 31922bbc3f
commit eb0bfd4e71
3 changed files with 15 additions and 8 deletions

View File

@@ -12,9 +12,9 @@ $ whoareyou 0700000000
Almost everything. I will add stuff when I need stuff. But hey, if you found this project and want to use it. Fork it, change it, create a PR, and I will add it :)
[ ] Add flag to open url for probes in browser (easier for debugging)
[x] Probe should return and Result, so we don't print a new line for empty result
[ ] Add logging
[ ] List cache entries
[ ] Clear cache entries
[ ] Add some nice colors, so it's easier to read the output.
- [x] Add flag to open url for probes in browser (easier for debugging)
- [x] Probe should return and Result, so we don't print a new line for empty result
- [x] Add logging
- [ ] List cache entries
- [ ] Clear cache entries
- [ ] Add some nice colors, so it's easier to read the output.