File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ public static function postCreateProjectCmd($event) {
435
435
$ suggestions = $ extra ["patternlab " ]["starterKitSuggestions " ];
436
436
437
437
// suggest starterkits
438
- Console::writeLine ("suggested StarterKits that work with this edition: " );
438
+ Console::writeInfo ("suggested starterkits that work with this edition: " , false , true );
439
439
foreach ($ suggestions as $ i => $ suggestion ) {
440
440
441
441
// write each suggestion
@@ -445,6 +445,7 @@ public static function postCreateProjectCmd($event) {
445
445
}
446
446
447
447
// prompt for input on the suggestions
448
+ Console::writeLine ("" );
448
449
$ prompt = "choose an option or hit return to skip: " ;
449
450
$ options = "(ex. 1) " ;
450
451
$ input = Console::promptInput ($ prompt ,$ options );
You can’t perform that action at this time.
0 commit comments