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 .
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public bool EnableSuggestDirective { get; set; }
Property Value
Boolean The dotnet-suggest tool requires the suggest directive to be enabled for an application to provide completions.