Documentation for the C# command-line option parsing library |
|
UsageBuilder.BeginArgument Method
Add an argument overview to the usage
Parameters
-
name
- Short name description of the argument
-
type
- Supported data type for the argument (
typeof(string)
is usually the best choice).
-
optional
- True if the argument should be marked as optional
Remarks
Can only be called when an "arguments" tag is active. Leaves the "description" tag active under the "argument" tag.
See Also
UsageBuilder Class | CommandLine.OptParse Namespace