What's Changed
- Use spf13/cobra for better CLI tool experience by @iBug in #5
- Split parser_test into per-unit test files by @iBug in #6
- Add --sort-by flag for analyze by @iBug in #10
- A simple TUI-like interface by @taoky in #9
- Allow analyzing multiple files sequentially by @iBug in #13
- Add
list parsers
command by @iBug in #14 - Support reading compressed files through exec by @iBug in #15
- analyze: Group CIDRs with --group by @iBug in #17
- Use tablewriter for analyzer.PrintTopValues by @iBug in #20
- analyze,parser: Add unique UA counting by @taoky in #19
- analyze: Add RunLoopWithMultipleIterators by @taoky in #21
New Contributors
Full Changelog: v0.0.10...v0.1.0