feat: Add -o as alias for --output-format (#8585)

This commit is contained in:
Christie Warwick (Wilson)
2025-09-16 15:45:08 -07:00
committed by GitHub
parent 1407327a14
commit 55f5c0936a

View File

@@ -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'],