Table of Contents

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

name string
description string
usage string

Returns

string

CommandListEntry(string?, string)

protected override string CommandListEntry(string? name, string description)

Parameters

name string
description string

Returns

string

CommandListFooter()

protected override string CommandListFooter()

Returns

string

CommandListHeader()

protected override string CommandListHeader()

Returns

string

OptionListEntry(IEnumerable<string>, string)

protected override string OptionListEntry(IEnumerable<string> prototypes, string description)

Parameters

prototypes IEnumerable<string>
description string

Returns

string

OptionListFooter()

protected override string OptionListFooter()

Returns

string

OptionListHeader()

protected override string OptionListHeader()

Returns

string