mirror of
https://github.com/flutter/packages.git
synced 2025-08-24 11:39:26 +08:00
[tools] adds 'android' alias for build-example script (#3656)
[tools] adds 'android' alias for build-example script
This commit is contained in:
@ -26,7 +26,8 @@ class DriveExamplesCommand extends PackageLoopingCommand {
|
||||
Platform platform = const LocalPlatform(),
|
||||
}) : super(packagesDir, processRunner: processRunner, platform: platform) {
|
||||
argParser.addFlag(platformAndroid,
|
||||
help: 'Runs the Android implementation of the examples');
|
||||
help: 'Runs the Android implementation of the examples',
|
||||
aliases: const <String>[platformAndroidAlias]);
|
||||
argParser.addFlag(platformIOS,
|
||||
help: 'Runs the iOS implementation of the examples');
|
||||
argParser.addFlag(platformLinux,
|
||||
|
Reference in New Issue
Block a user