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