docs: clarify F12 to open debug console (#16570)

This commit is contained in:
Jack Wotherspoon
2026-01-14 08:48:52 -05:00
committed by GitHub
parent a1cbe85da3
commit c04af6c3e9
4 changed files with 7 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
.option('debug', {
alias: 'd',
type: 'boolean',
description: 'Run in debug mode?',
description: 'Run in debug mode (open debug console with F12)',
default: false,
})
.command('$0 [query..]', 'Launch Gemini CLI', (yargsInstance) =>