chore: adds description to command

This commit is contained in:
2025-07-10 10:35:43 -05:00
parent 6f1f1032f6
commit 60376ca0a2

View File

@@ -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
{