mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
feat: Add -o as alias for --output-format (#8585)
This commit is contained in:
committed by
GitHub
parent
1407327a14
commit
55f5c0936a
@@ -232,6 +232,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
|
|||||||
default: false,
|
default: false,
|
||||||
})
|
})
|
||||||
.option('output-format', {
|
.option('output-format', {
|
||||||
|
alias: 'o',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'The format of the CLI output.',
|
description: 'The format of the CLI output.',
|
||||||
choices: ['text', 'json'],
|
choices: ['text', 'json'],
|
||||||
|
|||||||
Reference in New Issue
Block a user