aboutsummaryrefslogtreecommitdiff
path: root/src/bin/jvn.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor build system and implement complete renderer system魏曹先生2026-02-041-1/+16
* Extract CLI utilities into a separate crate魏曹先生2026-01-271-6/+4
* Remove short options for --lang and --renderer flags魏曹先生2026-01-241-6/+2
* Add command aliases, error handling improvements, and flag aliases魏曹先生2026-01-241-20/+152
* Reorganize project structure into systems and assets魏曹先生2026-01-231-2/+2
* Add renderer system and implement status command魏曹先生2026-01-221-1/+9
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-2/+2
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-10/+109
* Rename jv_legacy to jv and add jvn binary魏曹先生2026-01-221-0/+24