1 write to _arguments
System.CommandLine (1)
Command.cs (1)
62
public IList<Argument> Arguments =>
_arguments
??= new(this);
1 reference to _arguments
System.CommandLine (1)
Command.cs (1)
64
internal bool HasArguments =>
_arguments
?.Count > 0 ;