mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
feat(cli): implement dot-prefixing for slash command conflicts (#20979)
This commit is contained in:
@@ -20,7 +20,7 @@ const mockCommands: readonly SlashCommand[] = [
|
||||
name: 'commit',
|
||||
description: 'Commit changes',
|
||||
action: async () => {},
|
||||
kind: CommandKind.FILE,
|
||||
kind: CommandKind.USER_FILE,
|
||||
},
|
||||
{
|
||||
name: 'memory',
|
||||
|
||||
Reference in New Issue
Block a user