Documentation for the C# command-line option parsing library

UsageBuilder.AddListItem Method 

Add a list item tag to the current list

public void AddListItem(
   string body
);

Parameters

body
Body of the list item to add

Remarks

May only be called when a "list" tag is active.

See Also

UsageBuilder Class | CommandLine.OptParse Namespace