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
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.
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 usescommands
method for a list of supported commands.Example
The text was updated successfully, but these errors were encountered: