mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
agy: add Simplified and Traditional Chinese translation (#22470)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# agy
|
||||
|
||||
> Google 的代理式开发平台。
|
||||
> 更多信息:<https://antigravity.google/docs>。
|
||||
|
||||
- 打开特定文件或目录:
|
||||
|
||||
`agy {{路径/到/文件或目录}}`
|
||||
|
||||
- 比较两个文件:
|
||||
|
||||
`agy {{[-d|--diff]}} {{路径/到/文件1}} {{路径/到/文件2}}`
|
||||
|
||||
- 传入提示词来运行一个在当前工作目录的聊天会话:
|
||||
|
||||
`agy chat "{{提示词}}"`
|
||||
|
||||
- 安装或卸载特定扩展:
|
||||
|
||||
`agy --{{install|uninstall}}-extension {{发布者.扩展|路径/到/扩展.vsix}}`
|
||||
|
||||
- 向用户配置文件添加 MCP(Model Context Protocol)服务器定义:
|
||||
|
||||
`agy --add-mcp "{{json_字符串}}"`
|
||||
|
||||
- 显示帮助:
|
||||
|
||||
`agy {{[-h|--help]}}`
|
||||
@@ -0,0 +1,28 @@
|
||||
# agy
|
||||
|
||||
> Google 的代理式開發平台。
|
||||
> 更多資訊:<https://antigravity.google/docs>。
|
||||
|
||||
- 開啟特定檔案或目錄:
|
||||
|
||||
`agy {{路徑/至/檔案或目錄}}`
|
||||
|
||||
- 比較兩個檔案:
|
||||
|
||||
`agy {{[-d|--diff]}} {{路徑/至/檔案1}} {{路徑/至/檔案2}}`
|
||||
|
||||
- 傳入提示詞來執行一個在目前工作目錄的聊天工作階段:
|
||||
|
||||
`agy chat "{{提示詞}}"`
|
||||
|
||||
- 安裝或解除安裝特定擴充功能:
|
||||
|
||||
`agy --{{install|uninstall}}-extension {{發布者.擴充功能|路徑/至/擴充功能.vsix}}`
|
||||
|
||||
- 向使用者設定檔案新增 MCP(Model Context Protocol)伺服器定義:
|
||||
|
||||
`agy --add-mcp "{{json_字串}}"`
|
||||
|
||||
- 顯示說明:
|
||||
|
||||
`agy {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user