Overrides Descriptor::describeCommand
protected function describeCommand(Command $command, array $options = []) : void { $this->writeData($this->getCommandData($command, $options['short'] ?? false), $options); }