From f028913b0eba4adee76f83029c4087e04c271936 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 19 Sep 2025 23:44:07 +0200 Subject: [PATCH] docs: Fix broken Extension example (#8403) Co-authored-by: anthony bushong Co-authored-by: Arya Gummadi --- docs/extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extension.md b/docs/extension.md index 4c580597ec..714fa6dd70 100644 --- a/docs/extension.md +++ b/docs/extension.md @@ -65,7 +65,7 @@ We offer several example extensions `context`, `custom-commands`, `exclude-tools To copy one of these examples into a development directory using the type of your choosing, run: ``` -gemini extensions new --path=path/to/directory --type=custom-commands +gemini extensions new path/to/directory custom-commands ``` ### Link a local extension