Skip to content

Commit fd440ce

Browse files
committed
docs: trans
1 parent 80c3d68 commit fd440ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/zh/guide/basic/cli.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ npx rslib -h
1616
Usage: rslib <command> [options]
1717
1818
Options:
19-
-V, --version output the version number
20-
-h, --help display help for command
19+
-V, --version 显示版本号
20+
-h, --help 显示命令帮助
2121
2222
Commands:
23-
build [options] build the library for production
24-
inspect [options] inspect the Rsbuild / Rspack configs of Rslib projects
25-
mf [options] <dev> start Rsbuild dev server of Module Federation format
26-
help [command] display help for command
23+
build [options] 构建用于生产环境的产物
24+
inspect [options] 检查 Rslib 项目的 Rsbuild 配置和 Rspack 配置
25+
mf [options] <dev> Module Federation 格式的库启用 Rsbuild 开发服务器。
26+
help [command] 显示命令帮助
2727
```
2828

2929
## rslib build
@@ -201,7 +201,7 @@ Inspect config succeed, open following files to view the content:
201201
```text
202202
Usage: rslib mf [options] <dev>
203203
204-
启动 Rsbuild 开发服务器,用于 Module Federation 格式
204+
Module Federation 格式的库启用 Rsbuild 开发服务器。
205205
206206
Options:
207207
-c --config <config> 指定配置文件路径,可以为相对路径或绝对路径

0 commit comments

Comments
 (0)