Add descriptions to commands
This commit is contained in:
parent
82900c719c
commit
d6f04371eb
6 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,8 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
|
||||
final class PackageInstallCommand extends AbstractCommand
|
||||
{
|
||||
public static string $description = 'Install a new package';
|
||||
|
||||
public function configure(): void
|
||||
{
|
||||
parent::configure();
|
||||
|
|
Reference in a new issue