You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,7 +105,7 @@ static async Task<int> Run (string[] args)
105
105
{"auto-provision-uses-sudo=",$"Allow use of sudo(1) when provisioning", v =>parsedOptions.AutoProvisionUsesSudo=ParseBoolean(v)},
106
106
{"ignore-max-mono-version=",$"Ignore the maximum supported Mono version restriction", v =>parsedOptions.IgnoreMaxMonoVersion=ParseBoolean(v)},
107
107
{"ignore-min-mono-version=",$"Ignore the minimum supported Mono version restriction", v =>parsedOptions.IgnoreMinMonoVersion=ParseBoolean(v)},
108
-
{"android-sdk-platforms=","Comma separated list of Android SDK platform levels to be installed. Defaults to all if no value is provided.", v =>parsedOptions.AndroidSdkPlatforms=ParseAndroidSdkPlatformLevels(v?.Trim()??String.Empty)},
108
+
{"android-sdk-platforms=","Comma separated list of Android SDK platform levels to be installed or 'latest' or 'all'. Defaults to 'latest' if no value is provided.", v =>parsedOptions.AndroidSdkPlatforms=ParseAndroidSdkPlatformLevels(v?.Trim()??String.Empty)},
109
109
"",
110
110
{"h|help","Show this help message", v =>parsedOptions.ShowHelp=true},
0 commit comments