aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* feat: embed Windows icon and add build resources0.1.0-release魏曹先生2026-06-221-6/+32
|
* feat: add custom help message and fix clap help conflict魏曹先生2026-06-201-5/+1
| | | | | | | 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.
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-201-0/+19