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)
48public string GenerateCompletions(System.CommandLine.Command command) => _dynamicCompletionScript;
shells\PowershellShellProvider.cs (1)
22public string GenerateCompletions(Command command)
shells\ZshShellProvider.cs (1)
20public string GenerateCompletions(Command command)
1 reference to GenerateCompletions
System.CommandLine.StaticCompletions (1)
CompletionsCommandParser.cs (1)
40var script = shell.GenerateCompletions(args.RootCommandResult.Command);