Skip to content

Commit cfe8890

Browse files
authored
Add a success message to the check command
This now provides visual feedback
1 parent 4157a06 commit cfe8890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/StatusCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public function handle()
4949
$this->table(['name', 'status', 'message'], $problems);
5050
}
5151

52+
$this->info('All checks passed successfully');
53+
5254
return $isOkay ? 0 : 1;
5355
}
5456
}

0 commit comments

Comments
 (0)