C# Class ZeroInstall.Commands.Utils.HtmlHelpExporter

Exports all CliCommand help texts as HTML.
Inheritance: HelpExporterBase
Mostra file Open project: 0install/0install-win

Protected Methods

Method Description
CommandDetails ( string name, string description, string usage ) : string
CommandListEntry ( string name, string description ) : string
CommandListFooter ( ) : string
CommandListHeader ( ) : string
OptionListEntry ( IEnumerable prototypes, string description ) : string
OptionListFooter ( ) : string
OptionListHeader ( ) : string

Private Methods

Method Description
HtmlEncode ( string value ) : string

Method Details

CommandDetails() protected method

protected CommandDetails ( string name, string description, string usage ) : string
name string
description string
usage string
return string

CommandListEntry() protected method

protected CommandListEntry ( string name, string description ) : string
name string
description string
return string

CommandListFooter() protected method

protected CommandListFooter ( ) : string
return string

CommandListHeader() protected method

protected CommandListHeader ( ) : string
return string

OptionListEntry() protected method

protected OptionListEntry ( IEnumerable prototypes, string description ) : string
prototypes IEnumerable
description string
return string

OptionListFooter() protected method

protected OptionListFooter ( ) : string
return string

OptionListHeader() protected method

protected OptionListHeader ( ) : string
return string