Skip to content

Commit 390197c

Browse files
committedSep 10, 2024
Fixed error in serve command, and phpslides serve commands only works on a phpslides directory
1 parent 1f6e980 commit 390197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function showHelp(): void
2828
StyleConsole::text('CLI Version', ColorCode::YELLOW, ColorCode::BOLD)
2929
);
3030
output(
31-
StyleConsole::text(" 1.1.0\n\n", ColorCode::BOLD, ColorCode::GREEN)
31+
StyleConsole::text(" 1.2.0\n\n", ColorCode::BOLD, ColorCode::GREEN)
3232
);
3333
output(StyleConsole::text('Usage:', ColorCode::YELLOW, ColorCode::BOLD));
3434
output(" phpslides [command] [options] [...args]\n\n");

0 commit comments

Comments
 (0)