mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -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,
|
||||
})
|
||||
.option('output-format', {
|
||||
alias: 'o',
|
||||
type: 'string',
|
||||
description: 'The format of the CLI output.',
|
||||
choices: ['text', 'json'],
|
||||
|
||||
Reference in New Issue
Block a user