We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928288 commit 371f272Copy full SHA for 371f272
README-cn.md
@@ -8,7 +8,7 @@ Aoi 是由 ChatGPT 驱动的基于人工智能的对话代理程序。使用 Aoi
8
Aoi 可以用作 ChatGPT 的终端版本,此外,Aoi 还带有几个内置功能提高使用效率:
9
10
- `/code` - 生成代码片段并复制到剪贴板,例如 `/code go generate random numbers`
11
-- `/db` - 生成 SQL 并在数据库上执行,例如 `/db postgres://user:passwd@host/db list tables`
+- `/db` - 自动导入数据库表结构,生成 SQL 并在数据库上执行,例如 `/db postgres://user:passwd@host/db list tables`
12
- `/shell` - 生成 shell 命令并执行,例如 `/shell view listening ports`
13
- `/ssh` - 生成远程 shell 命令并执行,例如 `/ssh {host} view listening tcp ports`
14
- `/tldr` - 获取命令的 tl;dr 格式的解释
0 commit comments