CliSettingsEnableSuggestDirective Property

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 .

Definition

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

Property Value

Boolean

Remarks

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

See Also