mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(cli): fix "/clear (new)" command (#25801)
This commit is contained in:
@@ -16,7 +16,7 @@ import { MessageType } from '../types.js';
|
|||||||
import { randomUUID } from 'node:crypto';
|
import { randomUUID } from 'node:crypto';
|
||||||
|
|
||||||
export const clearCommand: SlashCommand = {
|
export const clearCommand: SlashCommand = {
|
||||||
name: 'clear (new)',
|
name: 'clear',
|
||||||
altNames: ['new'],
|
altNames: ['new'],
|
||||||
description: 'Clear the screen and start a new session',
|
description: 'Clear the screen and start a new session',
|
||||||
kind: CommandKind.BUILT_IN,
|
kind: CommandKind.BUILT_IN,
|
||||||
|
|||||||
Reference in New Issue
Block a user