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