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