mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-07 11:51:14 -07:00
Improvements to suggestions & slash commands (#344)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user