Property | Type | Description | |
---|---|---|---|
$argument | string | Command argument. | |
$argumentDescription | string | Command argument description. | |
$commandDescription | string | Command description. | |
$commandName | string | Command name. |
Method | Description | |
---|---|---|
configure ( ) | Configure the command options. | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | Execute the command. |
protected string $argumentDescription | ||
return | string |
protected string $commandDescription | ||
return | string |