mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 15:10:59 -07:00
fix: resolve CLI flag conflict for profiles and add plural alias
This commit is contained in:
@@ -147,6 +147,7 @@ export async function parseArguments(
|
||||
description: 'Run in sandbox?',
|
||||
})
|
||||
.option('profile', {
|
||||
alias: ['profiles', 'P'],
|
||||
type: 'string',
|
||||
nargs: 1,
|
||||
description: 'The name of the profile to use for this session.',
|
||||
|
||||
Reference in New Issue
Block a user