aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cmd_system.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename generated files with leading underscore魏曹先生2026-01-231-1/+1
| | | | | | | - Rename template files to have .template extension - Rename generated source files to start with underscore - Update .gitignore to ignore all files starting with underscore - Update build.rs and deploy.ps1 to reflect new names
* Fix: convert renderer_list to .rs to stop RA false errors魏曹先生2026-01-231-5/+1
|
* Add renderer system and implement status command魏曹先生2026-01-221-5/+24
|
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-0/+85