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

Generate commands list as Markdown table #45

Open
aslesarenko opened this issue Mar 19, 2020 · 0 comments
Open

Generate commands list as Markdown table #45

aslesarenko opened this issue Mar 19, 2020 · 0 comments

Comments

@aslesarenko
Copy link
Member

aslesarenko commented Mar 19, 2020

Problem

Each CliApplication implements a list of commands.
This list can be printed in console output as part of usage help message.
However, it is usually required to have this list also in a documentation page.
The corresponding section of the doc page can thus be generated for any CliApplication instance.

Solution

Implement the genMarkdown method which uses commands method for a list of supported commands.

Example

@greenhat greenhat removed their assignment Oct 8, 2021
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