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