1 write to _options
System.CommandLine (1)
Command.cs (1)
72public IList<Option> Options => _options ??= new (this);
1 reference to _options
System.CommandLine (1)
Command.cs (1)
74internal bool HasOptions => _options?.Count > 0;