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