CliSettings.EnableDiagramDirective Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
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 false.
public bool EnableDiagramDirective { get; set; }