4 references to GenerateChoicesPrompt
System.CommandLine.StaticCompletions (4)
shells\BashShellProvider.cs (4)
76
writer.WriteLine(
GenerateChoicesPrompt
("$opts"));
118
writer.WriteLine(
GenerateChoicesPrompt
("$opts"));
197
completionCommand =
GenerateChoicesPrompt
($"({GenerateDynamicCall()})");
215
completionCommand =
GenerateChoicesPrompt
($"{string.Join(' ', completions)}");