2 references to Names
System.CommandLine.StaticCompletions (2)
shells\FishShellProvider.cs (1)
121var names = string.Join(" ", sub.Names());
shells\PowershellShellProvider.cs (1)
196foreach (var subcommandName in subcommand.Names())