feat: parse --env.<flags> [WIP]

This commit is contained in:
Igor Randjelovic
2021-03-02 18:50:10 +01:00
parent 60293bb819
commit 0a1ba16436
4 changed files with 150 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export function getPlatformName(): Platform {
Available platforms: ${Object.keys(platforms).join(', ')}
Use --env=platform=<platform> or --env=android, --env=ios to specify the target platform.
Use --env.platform=<platform> or --env.android, --env.ios to specify the target platform.
`);
}