Class HtmlHelpExporter
- Namespace
- ZeroInstall.Commands.Basic.Exporters
- Assembly
- 0install.dll
Exports all CliCommand help texts as HTML.
public class HtmlHelpExporter : HelpExporterBase
- Inheritance
-
HtmlHelpExporter
- Inherited Members
Methods
CommandDetails(string?, string, string)
protected override string CommandDetails(string? name, string description, string usage)
Parameters
Returns
CommandListEntry(string?, string)
protected override string CommandListEntry(string? name, string description)
Parameters
Returns
CommandListFooter()
protected override string CommandListFooter()
Returns
CommandListHeader()
protected override string CommandListHeader()
Returns
OptionListEntry(IEnumerable<string>, string)
protected override string OptionListEntry(IEnumerable<string> prototypes, string description)
Parameters
prototypes
IEnumerable<string>description
string
Returns
OptionListFooter()
protected override string OptionListFooter()
Returns
OptionListHeader()
protected override string OptionListHeader()