mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
remove /quit-confirm slash command
This commit is contained in:
parent
6729980b47
commit
5b2f3e285c
17 changed files with 12 additions and 233 deletions
|
|
@ -71,7 +71,6 @@ vi.mock('../ui/commands/modelCommand.js', () => ({
|
|||
}));
|
||||
vi.mock('../ui/commands/quitCommand.js', () => ({
|
||||
quitCommand: {},
|
||||
quitConfirmCommand: {},
|
||||
}));
|
||||
vi.mock('../ui/commands/statsCommand.js', () => ({ statsCommand: {} }));
|
||||
vi.mock('../ui/commands/themeCommand.js', () => ({ themeCommand: {} }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue