From 60376ca0a2c6b167218a5beaa98919e6fc7ffdf3 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Thu, 10 Jul 2025 10:35:43 -0500 Subject: [PATCH] chore: adds description to command --- src/Base/Framework/Command/StartupStatusCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Framework/Command/StartupStatusCommand.php b/src/Base/Framework/Command/StartupStatusCommand.php index 9fbe74f..718a48c 100644 --- a/src/Base/Framework/Command/StartupStatusCommand.php +++ b/src/Base/Framework/Command/StartupStatusCommand.php @@ -11,7 +11,7 @@ use Symfony\Component\Console\Style\SymfonyStyle; #[AsCommand( name: 'startup:status', - description: 'Add a short description for your command', + description: 'Used by the Docker healthcheck system to signal when the container is healthy.', )] class StartupStatusCommand extends Command {