feat(cli): undeprecate the --prompt flag (#13981)

Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Alex Austin Chettiar
2026-01-15 04:39:27 +05:30
committed by GitHub
parent fb7640886b
commit a2dab146b9
4 changed files with 1 additions and 78 deletions

View File

@@ -242,11 +242,7 @@ export async function parseArguments(settings: Settings): Promise<CliArgs> {
type: 'string',
description: 'Path to a file to record model responses for testing.',
hidden: true,
})
.deprecateOption(
'prompt',
'Use the positional prompt instead. This flag will be removed in a future version.',
),
}),
)
// Register MCP subcommands
.command(mcpCommand)