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