diff --git a/README.md b/README.md index a3bd83d..dac94d1 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ OpenCLI acts as a universal hub for your existing command-line tools. It provide | **docker** | Docker command-line interface | `opencli docker ps` | | **kubectl** | Kubernetes command-line tool | `opencli kubectl get pods` | | **readwise** | Readwise & Reader CLI | `opencli readwise login` | +| **gws** | Google Workspace CLI — Docs, Sheets, Drive, Gmail, Calendar | `opencli gws docs list` | **Zero Configuration**: OpenCLI purely passes your inputs to the underlying binary via standard I/O streams. The external CLI works exactly as it naturally would, maintaining its standard output formats. diff --git a/README.zh-CN.md b/README.zh-CN.md index 16a21a6..198cc41 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -168,6 +168,7 @@ OpenCLI 也可以作为你现有命令行工具的统一入口,负责发现、 | **docker** | Docker 命令行工具 | `opencli docker ps` | | **kubectl** | Kubernetes CLI | `opencli kubectl get pods` | | **readwise** | Readwise / Reader CLI | `opencli readwise login` | +| **gws** | Google Workspace CLI — Docs, Sheets, Drive, Gmail, Calendar | `opencli gws docs list` | **零配置透传**:OpenCLI 会把你的输入原样转发给底层二进制,保留原生 stdout / stderr 行为。