GetUsage(ICommandModel, ICommandInfo) Method

Gets the usage section of the help information.
public virtual IEnumerable<IRenderable> GetUsage(ICommandModel model, ICommandInfo command)
Containing Type
HelpProvider

Parameters

ICommandModel model
The command model to write help for.
ICommandInfo command
The command for which to write help information (optional).

Returns

IEnumerable<IRenderable>