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\Filesystem\Filesystem;
|
|||
|
||||
final class InstallCommand extends AbstractCommand
|
||||
{
|
||||
public static string $description = 'Install the project\'s dependencies';
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$args = $input->getOption('args');
|
||||
|
|
Reference in a new issue