aboutsummaryrefslogtreecommitdiff
path: root/src/args.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(config): make config values fully override CLI arguments魏曹先生2026-06-221-25/+10
|
* Update dmvop.toml魏曹先生2026-06-221-7/+1
|
* feat: add cpal-based auto device detection and configuration魏曹先生2026-06-221-1/+2
|
* feat: add TOML config file support with CLI fallback魏曹先生2026-06-211-8/+157
|
* feat(cli): add --models-dir option for custom model path魏曹先生2026-06-211-1/+5
|
* feat: replace `--pinyin` flag with generic `--post="+pinyin"` option魏曹先生2026-06-211-10/+40
|
* feat: add pinyin conversion for Chinese output魏曹先生2026-06-201-0/+14
|
* feat: add instant mode for near-real-time output0.1.0魏曹先生2026-06-201-0/+5
|
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-201-0/+6
| | | | | | | 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-201-20/+100
|
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-201-0/+105