linguini1 commented on issue #17051: URL: https://github.com/apache/nuttx/issues/17051#issuecomment-4040482745
> [@arjav1528](https://github.com/arjav1528) I think it will require a python script (or other language) to extract the ---help--- section from the Kconfig, also it could list which CONFIG symbols that are missing help text, maybe using a tag for it, what you think [@linguini1](https://github.com/linguini1) ? I think that seems reasonable; we'd want a list of all the options associated with their help-text. I would say some options without help information are fine, since the name/prompt is very self-explanatory. I think it's very important that the solution use kconfiglib if possible to avoid rolling our own parsing/file enumerating logic. Ideally it would also run quite fast if we want to run it in CI. However, I'm not sure how useful this will be. Couldn't users just use `h` over the Kconfig option they're not sure about? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
