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