Skip to content

Commit

Permalink
chore(cli): Add note about dimensions not supported on flavors (#6651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 14, 2023
1 parent 0cebe55 commit def3bcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ export function runProgram(config: Config): void {
`runs ${c.input('sync')}, then builds and deploys the native app`,
)
.option('--scheme <schemeName>', 'set the scheme of the iOS project')
.option('--flavor <flavorName>', 'set the flavor of the Android project')
.option(
'--flavor <flavorName>',
'set the flavor of the Android project (flavor dimensions not yet supported)',
)
.option('--list', 'list targets, then quit')
// TODO: remove once --json is a hidden option (https://github.com/tj/commander.js/issues/1106)
.allowUnknownOption(true)
Expand Down

0 comments on commit def3bcb

Please sign in to comment.