Method | Description | |
---|---|---|
describeApplication ( |
||
describeCommand ( |
||
describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] ) | ||
describeInputDefinition ( Symfony\Component\Console\Input\InputDefinition $definition, array $options = [] ) | ||
describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] ) |
Method | Description | |
---|---|---|
calculateTotalWidthForOptions ( Symfony\Component\Console\Input\InputOption[] $options ) : integer | ||
formatDefaultValue ( mixed $default ) : string | Formats input option/argument default value. | |
getColumnWidth ( array $commands ) : integer | ||
getCommandAliasesText ( |
Formats command aliases to show them in the command description. | |
writeText ( $content, array $options = [] ) |
protected describeApplication ( |
||
$application | ||
$options | array |
protected describeCommand ( |
||
$command | ||
$options | array |
protected describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] ) | ||
$argument | Symfony\Component\Console\Input\InputArgument | |
$options | array |
protected describeInputDefinition ( Symfony\Component\Console\Input\InputDefinition $definition, array $options = [] ) | ||
$definition | Symfony\Component\Console\Input\InputDefinition | |
$options | array |
protected describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] ) | ||
$option | Symfony\Component\Console\Input\InputOption | |
$options | array |