newInputOption('format',null,InputOption::VALUE_REQUIRED,'The output format (txt, xml, json, or md)','txt',fn()=>(newDescriptorHelper())->getFormats()),
newInputOption('raw',null,InputOption::VALUE_NONE,'To output raw command help'),
])
->setDescription('Display help for a command')
->setHelp(<<<'EOF'
The <info>%command.name%</info> command displays help for a given command:
<info>%command.full_name% list</info>
You can also output the help in other formats by using the <comment>--format</comment> option: