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(); },