From 3da7d2bfc82081780294f6f628791189057e33d1 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 5 May 2025 15:56:59 -0700 Subject: [PATCH] docs: fix cli arrow command (#2437) --- documentation/docs/guides/goose-cli-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index 0ffa1583..2b31578b 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -310,4 +310,4 @@ Goose CLI supports several shortcuts and built-in commands for easier navigation - **`Ctrl+C`** - Interrupt the current request - **`Ctrl+J`** - Add a newline -- **Up/Down arrows** - Navigate through command history \ No newline at end of file +- **`Cmd+Up/Down arrows`** - Navigate through command history \ No newline at end of file