### Description The console component currently has descriptors for Markdown, Json, etc. This feature would add RST as an option. ### Example $helper = new DescriptorHelper(); $helper->describe($output, $this->getApplication(), [ 'format' => 'rst', ]);