ShowHelp(ICommandOutput, CommandRunConfig?) Method

Definition

Assembly XenoAtom.CommandLine.dll

Shows the help for this command using the specified output renderer.

public void ShowHelp(ICommandOutput output, CommandRunConfig? runConfig = null)

Parameters

output
ICommandOutput

The output renderer to use.

runConfig
CommandRunConfig

The runtime configuration for stdout/stderr.