aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add verbose logging support with env_logger魏曹先生2026-02-261-0/+3
|
* Reorganize command modules under a unified cmds directory魏曹先生2026-01-271-11/+0
|
* Extract CLI utilities into a separate crate魏曹先生2026-01-271-3/+0
|
* Rename arguments module to args and update auto-collect config魏曹先生2026-01-241-1/+1
|
* Split prepare phase into prepare and collect魏曹先生2026-01-241-0/+1
| | | | | | | - Prepare now handles argument-to-input conversion only - Collect handles resource gathering and data collection - Status command updated to use new two-phase structure - Command system trait modified to support separate phases
* Add localization and refactor status command output魏曹先生2026-01-231-0/+2
|
* Fix typo in legacy_json_output module name魏曹先生2026-01-231-1/+1
|
* Reorganize project structure into systems and assets魏曹先生2026-01-231-2/+17
|
* 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