aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add verbose logging for stdin source and data length魏曹先生2026-03-191-0/+8
* Add global flags and language constants for completion魏曹先生2026-03-192-11/+37
* Improve command node completion with prefix matching魏曹先生2026-03-191-7/+16
* Refactor workspace sheet command to use structured output魏曹先生2026-03-195-8/+140
* Add workspace sheet command with help and localization魏曹先生2026-03-187-19/+224
* Add support for reading from stdin and improve error messages魏曹先生2026-03-184-7/+69
* Translate command macro documentation from Chinese to English魏曹先生2026-03-171-8/+9
* Handle early command output in prepare phase魏曹先生2026-03-174-4/+44
* Remove workspace command魏曹先生2026-03-151-45/+0
* Add build system rerun triggers and refactor command system魏曹先生2026-03-1511-95/+72
* Fixed command completion for empty and partial inputs魏曹先生2026-03-151-18/+63
* Add completion script documentation to command READMEs魏曹先生2026-03-152-2/+82
* Add completions system for shell autocompletion魏曹先生2026-03-157-31/+266
* Add shell completions for new jvn CLI魏曹先生2026-03-141-0/+54
* Add version command with banner and compile info display魏曹先生2026-03-148-0/+201
* Add converter module and update documentation魏曹先生2026-03-146-3/+546
* Add workspace commands and supporting types魏曹先生2026-03-146-0/+193
* Add helpdoc list command魏曹先生2026-03-128-6/+80
* Update helpdoc viewer UI and improve text handling魏曹先生2026-03-121-34/+62
* Add helpdoc system with interactive viewer魏曹先生2026-03-1212-23/+753
* Add lang field to command context and reorganize utils modules魏曹先生2026-03-123-3/+4
* Refactor display utilities魏曹先生2026-03-1211-256/+20
* Add progress bar support魏曹先生2026-02-282-6/+57
* Add ASCII art and deprecation notice to legacy binaries魏曹先生2026-02-272-0/+46
* Add storage build and write commands魏曹先生2026-02-275-0/+236
* Add sheetedit command for editing sheet files魏曹先生2026-02-273-0/+139
* Add none output and renderer魏曹先生2026-02-272-0/+13
* Avoid printing empty render result魏曹先生2026-02-272-2/+14
* Add pretty output option to sheetdump command魏曹先生2026-02-275-9/+123
* Remove unused i18n macro declarations魏曹先生2026-02-274-8/+7
* Remove status command and workspace reader魏曹先生2026-02-268-888/+0
* Add verbose logging support with env_logger魏曹先生2026-02-269-81/+299
* Change cmd_output! macro to take type before value魏曹先生2026-02-264-8/+9
* Replace string type identifiers with TypeId for command output matching魏曹先生2026-02-266-17/+44
* Add RON, TOML, and YAML renderers for override command魏曹先生2026-02-254-0/+69
* Add hexdump and sheetdump commands魏曹先生2026-02-2515-4/+186
* Remove ambiguous command error and auto-select longest match魏曹先生2026-02-254-22/+10
* Replace string_proc with just_fmt dependency魏曹先生2026-02-252-25/+16
* Move vcs module to lib and adjust imports魏曹先生2026-02-0515-35/+38
* Refactor build system and implement complete renderer system魏曹先生2026-02-0418-254/+456
* Reorganize command modules under a unified cmds directory魏曹先生2026-01-2710-17/+14
* Extract CLI utilities into a separate crate魏曹先生2026-01-2719-1424/+29
* Remove short options for --lang and --renderer flags魏曹先生2026-01-241-6/+2
* Add command aliases, error handling improvements, and flag aliases魏曹先生2026-01-244-25/+199
* Rename arguments module to args and update auto-collect config魏曹先生2026-01-243-2/+2
* Ignore generated source files in build system魏曹先生2026-01-246-8/+0
* Split prepare phase into prepare and collect魏曹先生2026-01-246-93/+124
* Add localization and refactor status command output魏曹先生2026-01-239-51/+540
* Fix typo in legacy_json_output module name魏曹先生2026-01-2310-2/+2
* Move status command types to separate modules魏曹先生2026-01-236-59/+74