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