From d25459d8153e1a35e0e0175447f9c624978d6a51 Mon Sep 17 00:00:00 2001 From: Leo <45218470+ngleo@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:36:51 +0100 Subject: [PATCH] Edit wording in /edit description (#1006) --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 23e34402..861d7bd9 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -184,7 +184,7 @@ export const useSlashCommandProcessor = ( }, { name: 'editor', - description: 'open the editor', + description: 'set external editor preference', action: (_mainCommand, _subCommand, _args) => { openEditorDialog(); },