mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Improvements to suggestions & slash commands (#344)
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
parent
89aa1cad41
commit
416813452e
5 changed files with 46 additions and 25 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue