$output
$output : \Symfony\Component\Console\Output\OutputInterface
Text descriptor.
$output : \Symfony\Component\Console\Output\OutputInterface
describe(\Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = array())
Describes an object if supported.
| \Symfony\Component\Console\Output\OutputInterface | $output | |
| object | $object | |
| array | $options |
describeInputArgument(\Symfony\Component\Console\Input\InputArgument $argument, array $options = array()) : string|mixed
Describes an InputArgument instance.
| \Symfony\Component\Console\Input\InputArgument | $argument | |
| array | $options |
describeInputOption(\Symfony\Component\Console\Input\InputOption $option, array $options = array()) : string|mixed
Describes an InputOption instance.
| \Symfony\Component\Console\Input\InputOption | $option | |
| array | $options |
describeInputDefinition(\Symfony\Component\Console\Input\InputDefinition $definition, array $options = array()) : string|mixed
Describes an InputDefinition instance.
| \Symfony\Component\Console\Input\InputDefinition | $definition | |
| array | $options |
describeCommand(\Symfony\Component\Console\Command\Command $command, array $options = array()) : string|mixed
Describes a Command instance.
| \Symfony\Component\Console\Command\Command | $command | |
| array | $options |
describeApplication(\Symfony\Component\Console\Application $application, array $options = array()) : string|mixed
Describes an Application instance.
| \Symfony\Component\Console\Application | $application | |
| array | $options |
getCommandAliasesText(\Symfony\Component\Console\Command\Command $command)
Formats command aliases to show them in the command description.
| \Symfony\Component\Console\Command\Command | $command |
calculateTotalWidthForOptions(array<mixed,\Symfony\Component\Console\Input\InputOption> $options)
| array<mixed,\Symfony\Component\Console\Input\InputOption> | $options |