mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 05:21:03 -07:00
docs: clarify F12 to open debug console (#16570)
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user