Property | Type | Description | |
---|---|---|---|
$cliExecutableName |
Method | Description | |
---|---|---|
__construct ( string | null $cliExecutableName = null ) |
Method | Description | |
---|---|---|
describeCommand ( |
||
describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] ) | ||
describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] ) |
public __construct ( string | null $cliExecutableName = null ) | ||
$cliExecutableName | string | null | The name of the CLI command. |
protected describeCommand ( |
||
$command | ||
$options | array |
protected describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] ) | ||
$argument | Symfony\Component\Console\Input\InputArgument | |
$options | array |
protected describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] ) | ||
$option | Symfony\Component\Console\Input\InputOption | |
$options | array |