1 write to Options
rzc (1)
CommandLine\CommandLineApplication.cs (1)
33
Options
= new List<CommandOption>();
3 references to Options
rzc (3)
CommandLine\CommandLineApplication.cs (3)
63
var expr =
Options
.AsEnumerable();
68
expr = expr.Concat(rootNode.
Options
.Where(o => o.Inherited));
99
Options
.Add(option);