5 implementations of GenerateCompletions
System.CommandLine.StaticCompletions (5)
shells\BashShellProvider.cs (1)
21public string GenerateCompletions(Command command)
shells\FishShellProvider.cs (1)
21public string GenerateCompletions(Command command)
shells\NuShellShellProvider.cs (1)
19public string GenerateCompletions(System.CommandLine.Command command)
shells\PowershellShellProvider.cs (1)
22public string GenerateCompletions(Command command)
shells\ZshShellProvider.cs (1)
22public string GenerateCompletions(Command command)
1 reference to GenerateCompletions
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
50var script = shell.GenerateCompletions(rootCommand);