mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-28 15:01:14 -07:00
Style slash command descriptions consistently (#11395)
This commit is contained in:
committed by
GitHub
parent
426d36146a
commit
b4a405c684
@@ -19,7 +19,7 @@ import { IdeClient, sessionId } from '@google/gemini-cli-core';
|
||||
|
||||
export const bugCommand: SlashCommand = {
|
||||
name: 'bug',
|
||||
description: 'submit a bug report',
|
||||
description: 'Submit a bug report',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
action: async (context: CommandContext, args?: string): Promise<void> => {
|
||||
const bugDescription = (args || '').trim();
|
||||
|
||||
Reference in New Issue
Block a user