8 references to Names
System.CommandLine.StaticCompletions (8)
shells\BashShellProvider.cs (1)
192var optionNames = string.Join('|', option.Names());
shells\FishShellProvider.cs (4)
131.SelectMany(o => o.Names()) 148var names = string.Join(" ", group.SelectMany(o => o.Names())); 260var names = string.Join(" ", option.Names()); 334foreach (var name in option.Names())
shells\PowershellShellProvider.cs (1)
99var names = o.Names();
shells\ZshShellProvider.cs (2)
87foreach (var name in option.Names()) 100foreach (var name in option.Names())