Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Expose commands metadata for generating custom help documents #153

Open
filzrev opened this issue Dec 17, 2024 · 1 comment

Comments

@filzrev
Copy link

filzrev commented Dec 17, 2024

I want to generate help documents with following formats for command line application.

  • HTML
  • Markdown

But currently ConsoleAppFramework seems not have extensibility points for help.
And generated DLLs doesn't have related information. (Because it's generated by using Source Generator)

Is it able to expose related command metadata that required for generating help documents?

Another approach
If output of --help format is strictly defined by ConsoleAppFramework.
It might able to use help2man approach (Parse --help command output).

@neuecc
Copy link
Member

neuecc commented Dec 17, 2024

It is a good suggestion.
I will consider a form where the default is disabled and the output is generated by GeneratorOptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants