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