5 references to HasArguments
System.CommandLine (5)
Command.cs (1)
289
if (
HasArguments
)
Parsing\CommandResult.cs (1)
70
if (Command.
HasArguments
)
Parsing\ParseDiagramAction.cs (1)
72
argumentResult.Argument.FirstParent!.Symbol is Command {
HasArguments
: true, Arguments.Count: > 1 };
Parsing\ParseOperation.cs (1)
156
while (_innermostCommandResult.Command.
HasArguments
&& currentArgumentIndex < _innermostCommandResult.Command.Arguments.Count)
Parsing\SymbolResultTree.cs (1)
107
if (command.
HasArguments
)