chore: adds descriptions to command

This commit is contained in:
2025-07-10 10:39:32 -05:00
parent 60376ca0a2
commit 9fd6745125
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ use Symfony\Component\Console\Style\SymfonyStyle;
#[AsCommand(
name: 'config:set',
description: 'Add a short description for your command',
description: '[deprecated] This command currently serves no use. It may be re-purposed or removed in the future.',
)]
class ConfigSetCommand extends Command
{