From 416813452eafd4b9497fe7f4b36d5000b51c969d Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Wed, 14 May 2025 16:01:29 -0700 Subject: Improvements to suggestions & slash commands (#344) Co-authored-by: N. Taylor Mullen --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index e2b478e2..7ce3ae86 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -94,7 +94,7 @@ export const useSlashCommandProcessor = ( { name: 'quit', altName: 'exit', - description: '', + description: 'exit the cli', action: (_value: PartListUnion | string) => { onDebugMessage('Quitting. Good-bye.'); process.exit(0); -- cgit v1.2.3