diff options
| author | Miguel Solorio <[email protected]> | 2025-05-14 16:01:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-14 16:01:29 -0700 |
| commit | 416813452eafd4b9497fe7f4b36d5000b51c969d (patch) | |
| tree | eda5d0d94fa20dfe822cca492b88d9d5f7e36bf0 /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | 89aa1cad41eefc4e1e7e4b3cb9d4a495707dd33e (diff) | |
Improvements to suggestions & slash commands (#344)
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 |
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 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); |
