Skip to content

Commit 038669a

Browse files
committed
docs: replace tip with info
1 parent f90c84b commit 038669a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/guide/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const cli = Cli()
326326
.parse();
327327
```
328328

329-
:::tip
329+
:::info
330330

331331
If you want to pass key-value pairs like `K=V`, you can use the colon delimiter in the command line:
332332

docs/official-plugins/plugin-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Help Plugin
66

77
A plugin that adds help information to your CLI.
88

9-
:::tip
9+
:::info
1010

1111
This plugin is built into the `Clerc` class exported by the `clerc` package, so you don't need to install it separately to use it.
1212

docs/official-plugins/plugin-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Version Plugin
66

77
A plugin that adds a version command to your CLI.
88

9-
:::tip
9+
:::info
1010

1111
This plugin is built into the `Clerc` class exported by the `clerc` package, so you don't need to install it separately to use it.
1212

docs/zh/guide/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const cli = Cli()
331331
.parse();
332332
```
333333

334-
:::tip
334+
:::info
335335

336336
如果你希望传入类似 `K=V` 这样的键值对,可以选择在命令行中使用冒号分隔符:
337337

docs/zh/official-plugins/plugin-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 帮助信息插件
66

77
为您的 CLI 添加帮助信息的插件。
88

9-
:::tip
9+
:::info
1010

1111
该插件已内置于 `clerc` 包中导出的 `Clerc` 类中,您无需单独安装即可使用。
1212

docs/zh/official-plugins/plugin-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: 版本信息插件
66

77
为您的 CLI 添加版本命令的插件。
88

9-
:::tip
9+
:::info
1010

1111
该插件已内置于 `clerc` 包中导出的 `Clerc` 类中,您无需单独安装即可使用。
1212

0 commit comments

Comments
 (0)