| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add custom help message and fix clap help conflict | 魏曹先生 | 2026-06-20 | 1 | -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-20 | 6 | -26/+305 |
| | | |||||
| * | Add output protocol trait and implementations | 魏曹先生 | 2026-06-20 | 6 | -0/+84 |
