chore: adds description to command
This commit is contained in:
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
|||||||
|
|
||||||
#[AsCommand(
|
#[AsCommand(
|
||||||
name: 'startup:status',
|
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
|
class StartupStatusCommand extends Command
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user