4 references to GenerateChoicesPrompt
System.CommandLine.StaticCompletions (4)
shells\BashShellProvider.cs (4)
78writer.WriteLine(GenerateChoicesPrompt("$opts")); 120writer.WriteLine(GenerateChoicesPrompt("$opts")); 199completionCommand = GenerateChoicesPrompt($"({GenerateDynamicCall()})"); 217completionCommand = GenerateChoicesPrompt($"{string.Join(' ', completions)}");