aboutsummaryrefslogtreecommitdiff
path: root/src/systems/cmd/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-201-2/+2
|
* Translate command macro documentation from Chinese to English魏曹先生2026-03-171-8/+9
|
* Handle early command output in prepare phase魏曹先生2026-03-171-0/+21
|
* Add build system rerun triggers and refactor command system魏曹先生2026-03-151-41/+47
|
* Add helpdoc system with interactive viewer魏曹先生2026-03-121-4/+4
|
* Remove status command and workspace reader魏曹先生2026-02-261-4/+0
|
* Change cmd_output! macro to take type before value魏曹先生2026-02-261-5/+6
|
* Replace string type identifiers with TypeId for command output matching魏曹先生2026-02-261-4/+6
|
* Remove ambiguous command error and auto-select longest match魏曹先生2026-02-251-1/+4
|
* Refactor build system and implement complete renderer system魏曹先生2026-02-041-0/+166
- Split monolithic build.rs into modular async generators - Add renderer override system with type-safe dispatch - Implement command template macro for consistent command definitions - Add proc-macro crates for command and renderer systems - Reorganize directory structure for better separation of concerns - Update documentation to reflect new architecture