aboutsummaryrefslogtreecommitdiff
path: root/src/output_protocol
Commit message (Collapse)AuthorAgeFilesLines
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-201-2/+0
| | | | | | | Disable clap's built-in help flag and reroute `-h`/`--help` to print an embedded help text from `help.txt`. Use `try_parse` to avoid clap's default exit on parse failure, allowing custom error output.
* feat: implement core capture engine with CLI and output protocols魏曹先生2026-06-206-26/+305
|
* Add output protocol trait and implementations魏曹先生2026-06-206-0/+84