WriteTo(TextWriter, CommandRunConfig) Method

Definition

Assembly XenoAtom.CommandLine.dll

Writes preformatted help content to the specified writer.

void WriteTo(TextWriter writer, CommandRunConfig runConfig)

Parameters

writer
TextWriter

The writer to output content to.

runConfig
CommandRunConfig

The current command run configuration.