feat(cli): parse toml config and dispatch actions

This commit is contained in:
csh
2026-01-23 14:24:07 +08:00
parent 05903c33ae
commit 8cfcc25f98
3 changed files with 66 additions and 0 deletions
+6
View File
@@ -52,6 +52,12 @@ PlaybookTSL`.tsl`/`.tsf`+ C++ + Python + Markdown(代码格式化)
### 快速部署
统一入口(配置驱动,示例见 `playbook.toml.example`):
```bash
python scripts/playbook.py -config playbook.toml
```
使用 `sync_templates` 脚本一键部署项目架构:
```bash