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