5 references to HasSubcommands
System.CommandLine (5)
Command.cs (1)
271
if (
HasSubcommands
)
Invocation\ParseErrorAction.cs (1)
120
IEnumerable<Symbol> candidates = targetSymbol.HasOptions || targetSymbol.
HasSubcommands
Parsing\ParseOperation.cs (1)
420
if (_innermostCommandResult is { Command: { Action: null,
HasSubcommands
: true } })
Parsing\StringExtensions.cs (1)
396
if (command.
HasSubcommands
)
Parsing\SymbolResultTree.cs (1)
123
if (command.
HasSubcommands
)