chore: run formatter

This commit is contained in:
Torsten Dittmann 2023-01-13 13:32:47 +01:00
parent f6744fc07a
commit 4639f2c753

View file

@ -26,7 +26,7 @@ $cli
->task('sdks')
->action(function () {
$platforms = Config::getParam('platforms');
$selectedPlatform = Console::confirm('Choose Platform ("'. APP_PLATFORM_CLIENT .'", "'. APP_PLATFORM_SERVER .'", "'. APP_PLATFORM_CONSOLE .'" or "*" for all):');
$selectedPlatform = Console::confirm('Choose Platform ("' . APP_PLATFORM_CLIENT . '", "' . APP_PLATFORM_SERVER . '", "' . APP_PLATFORM_CONSOLE . '" or "*" for all):');
$selectedSDK = \strtolower(Console::confirm('Choose SDK ("*" for all):'));
$version = Console::confirm('Choose an Appwrite version');
$git = (Console::confirm('Should we use git push? (yes/no)') == 'yes');