Skip to content

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

Open
@filzrev

Description

@filzrev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions