mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 00:51:25 -07:00
feat: auto-execute on slash command completion functions (#14584)
This commit is contained in:
@@ -225,7 +225,7 @@ export const getUrlOpenCommand = (): string => {
|
||||
* @returns true if the command should auto-execute on Enter
|
||||
*/
|
||||
export function isAutoExecutableCommand(
|
||||
command: SlashCommand | undefined,
|
||||
command: SlashCommand | undefined | null,
|
||||
): boolean {
|
||||
if (!command) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user