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