CliSettingsEnableDiagramDirective Property

Enables the use of the [diagram] directive, which when specified on the command line will short circuit normal command handling and display a diagram explaining the parse result for the command line input.

Default is .

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public bool EnableDiagramDirective { get; set; }

Property Value

Boolean

See Also