Table of Contents

CliSettings.EnableSuggestDirective Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Enables the use of the [suggest] directive which when specified in command line input short circuits normal command handling and writes a newline-delimited list of suggestions suitable for use by most shells to provide command line completions.

Default is true.

public bool EnableSuggestDirective { get; set; }

Property Value

bool

Remarks

The dotnet-suggest tool requires the suggest directive to be enabled for an application to provide completions.