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