You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Another approach
If output of --help format is strictly defined by ConsoleAppFramework.
It might able to use help2man approach (Parse --help command output).
fossbrandon, lbussell, hllmtl, Athari and lstefano71