diff --git a/docs/cli/commands.md b/docs/cli/commands.md index f6e9451e..10a10108 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -268,7 +268,7 @@ At commands are used to include the content of files or directories as part of y The `!` prefix lets you interact with your system's shell directly from within Gemini CLI. - **`!`** - - **Description:** Execute the given `` in your system's default shell. Any output or errors from the command are displayed in the terminal. + - **Description:** Execute the given `` using `bash` on Linux/macOS or `cmd.exe` on Windows. Any output or errors from the command are displayed in the terminal. - **Examples:** - `!ls -la` (executes `ls -la` and returns to Gemini CLI) - `!git status` (executes `git status` and returns to Gemini CLI)