summaryrefslogtreecommitdiff
path: root/packages/cli/src
diff options
context:
space:
mode:
authorLeo <[email protected]>2025-06-13 16:36:51 +0100
committerGitHub <[email protected]>2025-06-13 15:36:51 +0000
commitd25459d8153e1a35e0e0175447f9c624978d6a51 (patch)
treef3e2f7e1ed19ed48d891058d0010b4c3cf25103a /packages/cli/src
parent1fcbdef994c0be99c5b06e2af2e9fb432c6e8d38 (diff)
Edit wording in /edit description (#1006)
Diffstat (limited to 'packages/cli/src')
-rw-r--r--packages/cli/src/ui/hooks/slashCommandProcessor.ts2
1 files changed, 1 insertions, 1 deletions
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();
},