Skip to content

Commit 371f272

Browse files
authored
Update README-cn.md
1 parent 5928288 commit 371f272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Aoi 是由 ChatGPT 驱动的基于人工智能的对话代理程序。使用 Aoi
88
Aoi 可以用作 ChatGPT 的终端版本,此外,Aoi 还带有几个内置功能提高使用效率:
99

1010
- `/code` - 生成代码片段并复制到剪贴板,例如 `/code go generate random numbers`
11-
- `/db` - 生成 SQL 并在数据库上执行,例如 `/db postgres://user:passwd@host/db list tables`
11+
- `/db` - 自动导入数据库表结构,生成 SQL 并在数据库上执行,例如 `/db postgres://user:passwd@host/db list tables`
1212
- `/shell` - 生成 shell 命令并执行,例如 `/shell view listening ports`
1313
- `/ssh` - 生成远程 shell 命令并执行,例如 `/ssh {host} view listening tcp ports`
1414
- `/tldr` - 获取命令的 tl;dr 格式的解释

0 commit comments

Comments
 (0)