@@ -58,7 +58,7 @@ if (InstalledVersions::isInstalled($migrationPackage)) {
5858 }
5959
6060 } catch (\Throwable $ e ) {
61- echo "{$ yellow } Note: Could not connect to database for migration check. {$ reset }\n" ;
61+ echo "{$ blue } INFO Could not connect to database for migration check. {$ reset }\n" ;
6262 }
6363 }
6464}
@@ -87,7 +87,7 @@ foreach (InstalledVersions::getInstalledPackages() as $packageName) {
8787}
8888
8989if (empty ($ availableCommands )) {
90- echo "{$ yellow }No available commands found. {$ reset }\n" ;
90+ echo "{$ yellow }WARN No available commands found. {$ reset }\n" ;
9191 exit ;
9292}
9393
@@ -159,7 +159,7 @@ $input = '';
159159
160160if (isset ($ argv [1 ])) {
161161 $ input = trim ((string )$ argv [1 ]);
162- echo "Running with arguments: { $ green } {$ input}{ $ reset }\n" ;
162+ echo "{ $ blue } INFO Running with arguments:{ $ reset } {$ input }\n" ;
163163} else {
164164 echo "Select numbers (e.g., 1,3) or action: " ;
165165 $ handle = fopen ("php://stdin " , "r " );
@@ -170,7 +170,7 @@ if (isset($argv[1])) {
170170}
171171
172172if ($ input === 'q ' || $ input === '' ) {
173- echo "Exiting... \n" ;
173+ echo "{ $ blue } INFO Exiting...{ $ reset } \n" ;
174174 exit ;
175175}
176176
@@ -189,7 +189,7 @@ foreach ($choices as $choice) {
189189
190190 $ cmd = $ map [(int )$ choice ];
191191
192- echo "\n{$ green } > Executing: {$ cmd ['label ' ]}{$ reset }\n" ;
192+ echo "\n{$ blue } INFO Executing: {$ cmd ['label ' ]}{$ reset }\n" ;
193193 echo "{$ yellow }{$ cmd ['bin ' ]}{$ reset }\n" ;
194194
195195 $ returnCode = 0 ;
@@ -214,4 +214,4 @@ foreach ($choices as $choice) {
214214 }
215215}
216216
217- echo "\n{$ green }Done. {$ reset }\n" ;
217+ echo "\n{$ green }OK Done. {$ reset }\n" ;
0 commit comments