2 references to GenerateCommandsCompletions
System.CommandLine.StaticCompletions (2)
shells\BashShellProvider.cs (2)
27
{
GenerateCommandsCompletions
([], command, isNestedCommand: false)}
126
return textWriter.ToString() + string.Join('\n', visibleSubcommands.Select(c =>
GenerateCommandsCompletions
(parentCommandNamesForSubcommands, c, isNestedCommand: true)));