Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels