From 321bdadff47cf8f45c367138a694d56b4de0b984 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Fri, 20 Oct 2023 12:45:28 +1100 Subject: [PATCH] Don't hide options --- src/Console/InstallCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index bd6f8f63b..5d4aa9f70 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -322,7 +322,8 @@ protected function promptForMissingArgumentsUsing() 'react' => 'React with Inertia', 'vue' => 'Vue with Inertia', 'api' => 'API only', - ] + ], + scroll: 6, ), ]; }