mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
format
This commit is contained in:
parent
07214de370
commit
88dffcffbf
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SDKs extends Action
|
|||
|
||||
public function action(?string $selectedPlatform, ?string $selectedSDK, ?string $version, ?string $git, ?string $production, ?string $message, ?string $release, ?string $commit, ?string $sdks): void
|
||||
{
|
||||
if (!$sdks){
|
||||
if (!$sdks) {
|
||||
$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):'));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue