mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 02:02:31 -07:00
feat(acp): add support for /about command (#24649)
This commit is contained in:
committed by
Sandy Tao
parent
527a08d76a
commit
ea7dfe8914
@@ -26,5 +26,8 @@ describe('CommandHandler', () => {
|
||||
|
||||
const init = parse('/init');
|
||||
expect(init.commandToExecute?.name).toBe('init');
|
||||
|
||||
const about = parse('/about');
|
||||
expect(about.commandToExecute?.name).toBe('about');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user