1 write to Options
Templates.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
39Options = new List<CommandOption>();
3 references to Options
Templates.Tests (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
69var expr = Options.AsEnumerable(); 74expr = expr.Concat(rootNode.Options.Where(o => o.Inherited)); 105Options.Add(option);