fix: resolve CLI flag conflict for profiles and add plural alias

This commit is contained in:
Rahul Kamat
2026-03-10 14:11:46 -07:00
parent 259bf78f65
commit 949392b384

View File

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