UsageWriter.CommandName Property

Gets or sets the name of the subcommand.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public string? CommandName { get; set; }

Property Value

String
The name of the subcommand, or null if the current parser is not for a subcommand.

Remarks

This property is set by the CommandManager class before writing usage help for a subcommand.

See Also