From 4827e69b24f73b07114df9beb240d59dcd0a690d Mon Sep 17 00:00:00 2001 From: sunrisepeak <38786181+sunrisepeak@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:27:00 +0800 Subject: [PATCH] docs: README mentions package-based templates on mcpp new --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd251c..7ae84a7 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ import mcpplibs.cmdline;
开发体验 -- `mcpp new` — 创建模块化项目模板 +- `mcpp new` — 创建模块化项目;`--template [@ver][:]` 使用**库自带模板**(如 `--template imgui`),`--list-templates ` 列举 - `mcpp run [-- args]` — 构建并运行 - `mcpp test [-- args]` — 自动发现并运行测试 - `mcpp search` — 搜索包索引