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