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