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