1 write to Template
rzc (1)
CommandLine\CommandOption.cs (1)
12
Template
= template;
3 references to Template
rzc (3)
CommandLine\CommandLineApplication.cs (2)
490
var maxOptLen = options.Max(o => o.
Template
.Length);
494
optionsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, opt.
Template
, opt.Description);
CommandLine\CommandOption.cs (1)
16
foreach (var part in
Template
.Split(new[] { ' ', '|' }, StringSplitOptions.RemoveEmptyEntries))