CommandManagerWriteUsage Method

Writes usage help with a list of all the commands.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public void WriteUsage()

Remarks

This method writes usage help for the application, including a list of all shell command names and their descriptions to UsageWriter.

A command's name is retrieved from its CommandAttribute attribute, and the description is retrieved from its DescriptionAttribute attribute.

See Also