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:
@@ -55,8 +55,7 @@ program
|
|||||||
.description(
|
.description(
|
||||||
"Stateless workflow CLI\n\n" +
|
"Stateless workflow CLI\n\n" +
|
||||||
"Four-layer architecture:\n" +
|
"Four-layer architecture:\n" +
|
||||||
" workflow → thread → step → turn\n" +
|
" workflow → thread → step → turn",
|
||||||
" 模板定义 执行实例 单步结果 agent内部交互",
|
|
||||||
)
|
)
|
||||||
.version(pkg.default.version, "-V, --version");
|
.version(pkg.default.version, "-V, --version");
|
||||||
program.option("--format <fmt>", "Output format: json or yaml", "json");
|
program.option("--format <fmt>", "Output format: json or yaml", "json");
|
||||||
|
|||||||
Reference in New Issue
Block a user