mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
feat: parse --env.<flags> [WIP]
This commit is contained in:
@ -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.
|
||||
`);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user