CommandManagerGetUsage Method

Gets a string with the 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 string GetUsage()

Return Value

String
A string containing the usage help.

Remarks

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

See Also