fix(cli): remove Chinese text from uwf --help description

Remove the annotation line entirely — the layer names are self-explanatory.

小橘 🍊
This commit is contained in:
2026-05-25 12:40:34 +00:00
parent 2c8bcf7996
commit a40e1bb847
+1 -2
View File
@@ -55,8 +55,7 @@ program
.description(
"Stateless workflow CLI\n\n" +
"Four-layer architecture:\n" +
" workflow → thread → step → turn\n" +
" 模板定义 执行实例 单步结果 agent内部交互",
" workflow → thread → step → turn",
)
.version(pkg.default.version, "-V, --version");
program.option("--format <fmt>", "Output format: json or yaml", "json");