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