CliCommandBuilderIsRoot Property

Gets a value which indicates whether this command builder is for a root command.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public bool IsRoot { get; }

Property Value

Boolean

See Also