diff --git a/src/Base/Framework/Command/ConfigSetCommand.php b/src/Base/Framework/Command/ConfigSetCommand.php index 5179c84..2796269 100644 --- a/src/Base/Framework/Command/ConfigSetCommand.php +++ b/src/Base/Framework/Command/ConfigSetCommand.php @@ -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 { diff --git a/src/Base/Framework/Command/SeedDatabaseCommand.php b/src/Base/Framework/Command/SeedDatabaseCommand.php index 03aa9d5..5c25ede 100644 --- a/src/Base/Framework/Command/SeedDatabaseCommand.php +++ b/src/Base/Framework/Command/SeedDatabaseCommand.php @@ -15,7 +15,7 @@ use Symfony\Component\Console\Style\SymfonyStyle; #[AsCommand( name: 'db:seed', - description: 'Seed the database with required data.', + description: 'Seeds the database with required data. This command is run every time a new container is created from the torsearch-app image and is part of the init process.', )] class SeedDatabaseCommand extends Command {