mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 10:36:48 +00:00
Add support for output-format stream-jsonflag for headless mode (#10883)
This commit is contained in:
@@ -286,7 +286,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
||||
alias: 'o',
|
||||
type: 'string',
|
||||
description: 'The format of the CLI output.',
|
||||
choices: ['text', 'json'],
|
||||
choices: ['text', 'json', 'stream-json'],
|
||||
})
|
||||
.deprecateOption(
|
||||
'show-memory-usage',
|
||||
|
||||
Reference in New Issue
Block a user