aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename output module to leegacy_json_output魏曹先生2026-01-231-1/+1
|
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-1/+1
|
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-0/+3
|
* Add JSON output support for multiple commands魏曹先生2026-01-071-0/+3
| | | | | | | | | | - Add serde and serde_json dependencies - Add JSON output modules for accounts, align, analyzer, here, info, and sheets - Add --json and --pretty flags to sheet list, sheet align, here, status, info, and account list commands - Implement JSON serialization for here command output - Update command argument structs to include JSON output options
* Add compile-time version and build information魏曹先生2025-11-041-0/+3
| | | | | | | - Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git
* refactor: update source code files魏曹先生2025-10-181-6/+0
| | | | | | - Update jv.rs binary - Update lib.rs library exports - Update utils.rs utility functions
* feat: add internationalization support and new command-line tools魏曹先生2025-10-141-0/+7
| | | | | | | | - Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies
* First魏曹先生2025-09-211-0/+1