summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwarjiang <[email protected]>2025-07-18 02:57:37 +0800
committerGitHub <[email protected]>2025-07-17 18:57:37 +0000
commit606a7702de6659b9a46bcb9c2cbca84a1a33945d (patch)
treefe3ce39ac984876ac249e48aa9f697237a924a9f /docs
parent4ca471bac63cf5f779240ca75d8efa8f9210b554 (diff)
feat(cli): add explicit proxy option in cli (#2526)
Co-authored-by: Dcatfly <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/cli/configuration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index 8ac4fac9..d1ddf1da 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -370,6 +370,9 @@ Arguments passed directly when running the CLI can override other configurations
- Example: `gemini -e my-extension -e my-other-extension`
- **`--list-extensions`** (**`-l`**):
- Lists all available extensions and exits.
+- **`--proxy`**:
+ - Sets the proxy for the CLI.
+ - Example: `--proxy http://localhost:7890`.
- **`--version`**:
- Displays the version of the CLI.