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).
The text was updated successfully, but these errors were encountered:
I want to generate help documents with following formats for command line application.
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 byConsoleAppFramework
.It might able to use
help2man
approach (Parse--help
command output).The text was updated successfully, but these errors were encountered: